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: Kenneth Loafman
Subject: Re: [Duplicity-talk] duplicity don't run under cygwin
Date: Tue, 03 Jul 2007 08:02:45 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

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
(-oPort=22 is redundant, so I left it out to fit on one line)

and enclose the output from command line down.

If you manually run the commands 'cd test/bar/' and 'ls -l' from an sftp
connection, do they work?

...Thanks,
...Ken




reply via email to

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