duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #00242
Re: [Question #109951]: Errors don't go to logfile
Question #109951 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/109951
Status: Open => Answered
edso proposed the following answer:
duplicity is logging errors to STDERR .. hence using
#>duplicity my_options source target >> logfile 2>&1
will do what you want.
learn more about redirecting for example here
http://www.linuxtopia.org/online_books/advanced_bash_scripting_guide/io-redirection.html
regards ede
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.