diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-29 14:39:39 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-01-29 15:09:37 +0100 |
commit | 357a17b155f769f0bf290f3a11e2d84aa4350a60 (patch) | |
tree | b35d8f93dfd345b36eaa719fb3743ebc87b00a15 /examples | |
parent | 0a0fbb46baa1fd5e6bb68c9e3f9f0b28dfa17e15 (diff) | |
download | backupninja-357a17b155f769f0bf290f3a11e2d84aa4350a60.tar.gz backupninja-357a17b155f769f0bf290f3a11e2d84aa4350a60.tar.bz2 |
Use --ssh-options with dup >= 0.6.17.
... and warn about unsupported options.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.dup | 6 |
1 files changed, 6 insertions, 0 deletions
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 <SSHOPTION>" ## an example setting would be: ## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity ## +## duplicity >= 0.6.17 +## ------------------ +## supports only "-o IdentityFile=..." +## ## Default: # sshoptions = |