diff options
author | intrigeri <intrigeri@boum.org> | 2006-10-07 01:23:21 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-10-07 01:23:21 +0000 |
commit | 054f9fb2ad5d87f99c76ed129b9a85401f97b47e (patch) | |
tree | 924050c825f0efbbc6657872d90829c18287459d /handlers | |
parent | d395ae94a5657afcc878adcd851d8e8c53df98de (diff) | |
download | backupninja-054f9fb2ad5d87f99c76ed129b9a85401f97b47e.tar.gz backupninja-054f9fb2ad5d87f99c76ed129b9a85401f97b47e.tar.bz2 |
dup: document how to write sftp-compatible (and thus new-duplicity-compatible)
sshoptions setting (Closes: #388543)
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/dup.helper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/handlers/dup.helper b/handlers/dup.helper index da299c6..eee0256 100644 --- a/handlers/dup.helper +++ b/handlers/dup.helper @@ -401,8 +401,10 @@ keep = $dup_keep #bandwidthlimit = 128 bandwidthlimit = $dup_bandwidth -# passed directly to ssh and scp -#sshoptions = -i /root/.ssh/id_dsa_duplicity +# passed directly to ssh, scp (and sftp in duplicity >=0.4.2) +# warning: sftp does not support all scp options, especially -i; as +# a workaround, you can use "-o <SSHOPTION>" +#sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity sshoptions = $dup_sshoptions # put the backups under this directory |