duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] duplicity don't run under cygwin


From: Adam Wendt
Subject: Re: [Duplicity-talk] duplicity don't run under cygwin
Date: Wed, 4 Jul 2007 12:30:28 -0700

You need to specify two /'s for absolute path like so:
$ duplicity --no-encrypt -v9 /test/foo \
ssh://address@hidden//test/bar/

(Notice ...132//test/bar/)

Adam Wendt

On 7/4/07, Ralph Lehmann <address@hidden> wrote:
Kenneth Loafman schrieb:
> Ralph Lehmann wrote:
>>   File "/usr/lib/python2.5/site-packages/duplicity/backends.py", line
>> 168, in popen
>>     raise BackendException("Error running '%s'" % commandline)
>> duplicity.backends.BackendException: Error running 'printf 'cd test/bar/
>> ls -1' | sftp -oPort=22 -b - address@hidden'
>> ----------------------------------------------------------------------
>
> Please try running (all on one line):
>
> printf 'cd test/bar/\nls -1' | sftp -b - address@hidden

This fails:
printf 'cd test/bar/\nls -1' | sftp -b - address@hidden
sftp> cd test/bar/
Couldn't canonicalise: No such file or directory

but

printf 'cd /test/bar/\nls -1' | sftp -b - address@hidden
sftp> cd /test/bar/
sftp> ls -1
testfolder

works. Problems with relative folder/file system addressing?

ciao Ralph


_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]