From 357a17b155f769f0bf290f3a11e2d84aa4350a60 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 29 Jan 2012 14:39:39 +0100 Subject: Use --ssh-options with dup >= 0.6.17. ... and warn about unsupported options. --- examples/example.dup | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/example.dup b/examples/example.dup index 77bda83..55ac565 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -217,12 +217,18 @@ exclude = /var/cache/backupninja/duplicity ## Default: # bandwidthlimit = 0 +## duplicity < 0.6.17 +## ------------------ ## 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 " ## an example setting would be: ## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity ## +## duplicity >= 0.6.17 +## ------------------ +## supports only "-o IdentityFile=..." +## ## Default: # sshoptions = -- cgit v1.2.3