From 054f9fb2ad5d87f99c76ed129b9a85401f97b47e Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 7 Oct 2006 01:23:21 +0000 Subject: dup: document how to write sftp-compatible (and thus new-duplicity-compatible) sshoptions setting (Closes: #388543) --- examples/example.dup | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/example.dup') diff --git a/examples/example.dup b/examples/example.dup index 457883c..0e7ed95 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -119,8 +119,10 @@ exclude = /home/*/.gnupg # bandwith limit, in kbit/s ; default is 0, i.e. no limit #bandwidthlimit = 128 -# 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 " +sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity # put the backups under this directory destdir = /backups -- cgit v1.2.3