← Back to team overview

duplicity-team team mailing list archive

[Question #235468]: Can't backup into a directory

 

New question #235468 on Duplicity:
https://answers.launchpad.net/duplicity/+question/235468

When i ran this script:

duplicity /disk2/repositories/subversion/repos/projrod scp://user@host --ssh-backend=pexpect --ssh-askpass

it would allow me to backup to the $HOME directory. But when i ran this script:

duplicity /disk2/repositories/subversion/repos/projrod scp://user@host/DupTest --ssh-backend=pexpect --ssh-askpass

(I added a directory at the target location) it would give me this error with 5 attempts:

Running 'sftp  -oServerAliveInterval=15 -oServerAliveCountMax=2 user@host' with commands:
 put "/tmp/duplicity-Qc5yIC-tempdir/mktemp-a1PNqi-2" "DupTest/.duplicity-full.20130910T165736Z.vol1.difftar.gpg.part"
 rename "DupTest/.duplicity-full.20130910T165736Z.vol1.difftar.gpg.part" "DupTest/duplicity-full.20130910T165736Z.vol1.difftar.gpg"
 failed (attempt #1): Permission denied

any help would be appreciated

Thanks
-Tim


-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.


Follow ups