← Back to team overview

duplicity-team team mailing list archive

Re: [Question #695777]: scp Permission denied

 

Question #695777 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/695777

    Status: Open => Solved

Max confirmed that the question is solved:
Sorry, all good: The problem was with a trailing slash on the remote
path:

This one does do one full backup but does not allow incremental backups or "list-current-files" afterwards:
duplicity --ssh-options="-oIdentityFile=/etc/ssh/ssh_host_rsa_key" /root/mytest/ scp://USERNAME@xxxxxxxxxxxxxxxxxxxxxx//users/USERNAME/mytest/

This one does and works as expected:
duplicity --ssh-options="-oIdentityFile=/etc/ssh/ssh_host_rsa_key" /root/mytest/ scp://USERNAME@xxxxxxxxxxxxxxxxxxxxxx//users/USERNAME/mytest

Sorry if this is documented and I missed it. It worked in the older
version of duplicity I used until now. Thank you for the help, really
appreciate it.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.