Package: duplicity
Version: 0.4.3-4
Severity: important
Forwarded: https://savannah.nongnu.org/bugs/index.php?21384
Tags: upstream
I've been using duplicity for years without any problems. Suddenly 0.4.3
changed the --ssh-command option and replaced it with --ssh-options. The
problem is, this is also passed to sftp, which uses different command-line
options than ssh. So a command that used to look like this:
$ sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]
Now looks like this:
$ sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa
-i=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]
Resulting in this error:
Running 'sftp -oIdentityFile=/home/me/.ssh/backupkey/id_dsa
-i=/home/me/.ssh/backupkey/id_dsa [EMAIL PROTECTED]' failed (attempt #1)
So now I can't backup my data.
Why was this change even necessary? What was the point, even, since sftp
doesn't use the same options as ssh?
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-k7
Debian Release: testing/unstable
900 testing ftp.sunet.se
900 testing ftp.debian.org
800 unstable ftp.sunet.se
800 unstable ftp.debian.org
500 stable security.debian.org
500 edgy wine.budgetdedicated.com
1 experimental ftp.debian.org
--- Package information. ---
Depends (Version) | Installed
======================================-+-=============
libc6 (>= 2.3.6-6) | 2.6.1-1+b1
librsync1 (>= 0.9.6) | 0.9.7-1
python-central (>= 0.5.8) | 0.5.15
python (<< 2.5) | 2.4.4-6
python (>= 2.4) | 2.4.4-6
gnupg | 1.4.6-2
python-gnupginterface | 0.3.2-9
python-pexpect | 2.1-1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]