Comment 0 for bug 909923

Revision history for this message
Stefan Hoth (78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwfnr-launchpad-a811i2i3ytqlsztthjth0svbccw8inm65tmkqp9sarr553jq53in4xm1m8wn3o4rlwa) wrote :

Hi,

I'm using duply ( http://duply.net )to backup my files and wrap up some of the complexity of duplicity.

Using my configuration of duply the command creates this call (obfuscated):

duplicity collection-status --name 'duply_hidrive' --encrypt-key ABCABCAB --sign-key ABCABCAB --verbosity '6' --gpg-options '--compress-algo=bzip2 --bzip2-compress-level=9' --exclude-if-present 'exclude' --full-if-older-than 7D --volsize 50 --ssh-options="-oIdentityFile=/root/.ssh/otherkey" rsync://<email address hidden>/users/someuser/somedir/backups

My problem: the --ssh-options are ignored by duplicity and the resulting rsync call looks like this:

rsync -e 'ssh -oBatchMode=yes' <email address hidden>/users/someuser/somedir/backups

As you can see the identiyFile-option was not integrated into the rsync-call. I think this is a bug.

duply version 1.5.5.4
duplicity version 0.6.17,
python 2.5.2,
gpg 1.4.9 (Home: ~/.gnupg),
awk 'GNU Awk 3.1.5',
bash '3.2.39(1)-release (x86_64-pc-linux-gnu)'.
debian lenny on 2.6.26-2-amd64

Thanks,
Stefan