duplicity-talk
[Top][All Lists]
Advanced

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

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


From: Ralph Lehmann
Subject: [Duplicity-talk] duplicity don't run under cygwin
Date: Tue, 26 Jun 2007 15:25:06 +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

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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