duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] duplicity 0.6.11 crash


From: edgar . soldin
Subject: Re: [Duplicity-talk] duplicity 0.6.11 crash
Date: Fri, 26 Nov 2010 23:59:29 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

upps .. my bad,

that's a bug. introduced on 0.6.11. please set RSYNC_RSH env var prior running 
duplicity as a workaround. could you please file a bug report on launchpad, 
please?

..ede/duply.net

On 26.11.2010 22:02, Scott Hannahs wrote:
> 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'
> 
> 
> _______________________________________________
> 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]