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: Wed, 27 Jun 2007 09:31:50 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

If you are running against a local folder, why use ssh? The file: protocol will be much faster, i.e. file:///test/bar.

If not, then try this; drop the :22 at the end of the IP address and let me know if that works. 22 is the default ssh port.

...Thanks,
...Ken

Ralph Lehmann wrote:
Hello all,

I'm on testing duplicity 0.4.3RC7 with Windows XP SP2 and Cygwin.
Unfortunately if I run duplicity against a local folder, synchronization
fails:
------------------------------------------------------------------------
$ duplicity --no-encrypt -v9 /test/foo \
ssh://address@hidden:22/test/bar/
Main action: inc
Reading results of 'printf 'cd test/bar/
ls -1' | sftp -oPort=22 -b - address@hidden:22'
Couldn't stat remote file: No such file or directory
File "/home/Administrator/22" not found.
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 378, in <module>
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 354, in main
    globals.archive_dir).set_values()
  File "/usr/lib/python2.5/site-packages/duplicity/collections.py", line
403, in set_values
    backend_filename_list = self.backend.list()
  File "/usr/lib/python2.5/site-packages/duplicity/backends.py", line
319, in list
    l = self.popen(commandline).split('\n')[2:] # omit sftp prompts
  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:22'
----------------------------------------------------------------------
Any Hints? :-)

A specially -> where come the line
File "/home/Administrator/22" not found.
from?

Thanks for your help!

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]