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: Ralph Lehmann
Subject: Re: [Duplicity-talk] duplicity don't run under cygwin
Date: Wed, 04 Jul 2007 19:45:48 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.12) Gecko/20070509 Thunderbird/1.5.0.12 Mnenhy/0.7.5.0

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




reply via email to

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