duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] duplicity 0.6.11 crash


From: Scott Hannahs
Subject: [Duplicity-talk] duplicity 0.6.11 crash
Date: Fri, 26 Nov 2010 16:02:31 -0500

I tested the update to duplicity 0.6.11 and it aborts.  I have been using 
0.6.10 with the patch for the rsync backend and was hoping that 0.6.11 would be 
stable.

Mac OS X 10.6.5

Built with fink for python 2.6

Here is the command line and output, the environment variable RSYNC_RSH is not 
set

% nice -n19 /sw/bin/duplicity --num-retries 5 --tempdir /var/tmp/duplicity 
--volsize 250 --asynchronous-upload --encrypt-key XXXXXXXX --sign-key YYYYYYYY 
--gpg-options=--default-key=XXXXXXXX --force  ${HOME}/Documents 
rsync://address@hidden/Documents/
Traceback (most recent call last):
  File "/sw/bin/duplicity", line 1245, in <module>
    with_tempdir(main)
  File "/sw/bin/duplicity", line 1238, in with_tempdir
    fn()
  File "/sw/bin/duplicity", line 1124, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
  File "/sw/lib/python2.6/site-packages/duplicity/commandline.py", line 927, in 
ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/sw/lib/python2.6/site-packages/duplicity/commandline.py", line 820, in 
set_backend
    globals.backend = backend.get_backend(bend)
  File "/sw/lib/python2.6/site-packages/duplicity/backend.py", line 153, in 
get_backend
    return _backends[pu.scheme](pu)
  File "/sw/lib/python2.6/site-packages/duplicity/backends/rsyncbackend.py", 
line 52, in __init__
    del os.environ['RSYNC_RSH']
  File "/sw/lib/python2.6/os.py", line 496, in __delitem__
    del self.data[key]
KeyError: 'RSYNC_RSH'




reply via email to

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