diff options
author | intrigeri <intrigeri@boum.org> | 2007-11-29 19:54:44 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2007-11-29 19:54:44 +0000 |
commit | 4a931bc290467dbe779b67ac9bd5161cd1783a68 (patch) | |
tree | 74154a20cbe38bb13ec351b07d53342cd00fc78c | |
parent | c264d442ca0b235904cfea8434ebe57f91cb0bc9 (diff) | |
download | backupninja-4a931bc290467dbe779b67ac9bd5161cd1783a68.tar.gz backupninja-4a931bc290467dbe779b67ac9bd5161cd1783a68.tar.bz2 |
duplicity: clarify comments about duplicity versions compatibility
-rw-r--r-- | handlers/dup.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/handlers/dup.in b/handlers/dup.in index 417b625..055531f 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -79,7 +79,8 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`" # 1. duplicity >= 0.4.2 needs --sftp-command (NB: sftp does not support the -l option) # 2. duplicity >= 0.4.3 replaces --ssh-command with --ssh-options, which: # - is passed to scp and sftp commands by duplicity -# - has a special syntax we can not feed the command line with +# - has a special syntax we can not directly feed the command line with +# (e.g. "IdentityFile=/root/.ssh/id_dsa_backupninja Port=2222", without the -o) # so we don't use it: since this version does not use the ssh command anymore, # we keep compatibility with our previous config files by passing $sshoptions to # --scp-command and --sftp-command ourselves |