← Back to team overview

duplicity-team team mailing list archive

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

 

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

edso proposed the following answer:
On 11.09.2013 22:11, Tim Chi wrote:
> Question #235468 on Duplicity changed:
> https://answers.launchpad.net/duplicity/+question/235468
> 
> Tim Chi posted a new comment:
> hmm when i try to scp:
> 
> scp README.txt user@host/DupTest
> 
> it gives me the following:
> 
> cp: cannot create regular file `user@host/DupTest': No such file or
> directory
> 

scp syntax is 'scp foo.txt user@host:folder/' note the colon char. see
http://linux.die.net/man/1/scp

of course the folder has to exist beforehand. can you create folders as
that user on the target machine? via ssh for example.

..ede

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