duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05762
Re: [Question #700316]: error backing up to ftp and sftp
Question #700316 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/700316
edso posted a new comment:
> I have no idea how to set log verbosity to max. '-v9'
then find out!
look for "-v,--verbosity" on
https://duplicity.nongnu.org/vers8/duplicity.1.html
using duply you may set
"
# verbosity of output (error 0, warning 1-2, notice 3-4, info 5-8, debug 9)
# default is 4, if not set
VERBOSITY=9
"
in profile conf
for some reason paramiko does not like your config file. try
'pexpect+sftp://'
..ede
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.