duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Downgrade?


From: edgar . soldin
Subject: Re: [Duplicity-talk] Downgrade?
Date: Sat, 03 Apr 2010 00:01:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

were 0.6.06 also installed from tarball?
what does 'which duplicity' output?

but this still doesn't explain why gpg asks for a passphrase if none is
needed. could be a bug. why don't you install 0.6.06,08b in parallel and
doublecheck that it's the case. if the error is only with 08b we'd
appreciate if you comeback with more details or file a bug report on
launchpad.

here is what I do to have multiple versions of duplicity available

# download & extract
wget
http://code.launchpad.net/duplicity/0.6-series/0.6.06/+download/duplicity-0.6.07.tar.gz
tar xvf duplicity-0.6.07.tar.gz
cd duplicity-0.6.07/

# run install into folder PREFIX
PREFIX=~/_apps/duplicity-0.6.07 ; python setup.py install
--prefix=$PREFIX --install-lib=$PREFIX

# patch duplicity to search for libs where we put them
PREFIX=~/_apps/duplicity-0.6.07; cat $PREFIX/bin/duplicity | awk
'1;/import getpass, gzip, os, sys, time, types/{print
"sys.path.insert(1,sys.path[0] + \47/../\47)"}' >
$PREFIX/bin/duplicity_mod && chmod 755 $PREFIX/bin/duplicity_mod && mv
$PREFIX/bin/duplicity_mod $PREFIX/bin/duplicity

you could use /usr/local/duplicity-0.6.07 as a prefix if you don't want
to have the application in the user home

.. ede/duply.net

PS: received your bug report.

On 02.04.2010 23:36, address@hidden wrote:
> 
> Hi All,
>  
> I've been running duplicity-0.6.06 for several months, also using duply
> as a front-end.  I recently upgraded to duplicity-0.6.08b and now my
> unattended backups fail.  When ran manually, I'm always prompted for the
> GnuPG password, even though one is not defined.
>  
> I tried downgrading back to 0.6.06 by re-running the install script
> (python setup.py install) and it completes successfully, but when I
> check the version, it still shows 0.6.08b.
>  
> # /usr/bin/duplicity --version
> duplicity 0.6.08b
> #
>  
> But when I cat the script, it shows the version I want:
>  
> # cat /usr/bin/duplicity
> #!/usr/bin/env python
> # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
> #
> # duplicity -- Encrypted bandwidth efficient backup
> # Version 0.6.06 released October 29, 2009
> #
>  
> I don't understand what's happening.
> How can I downgrade or uninstall 0.6.08b and reinstall 0.6.06?
>  
> Thanks,
> Paul
> -- ea926h
> 
> 
> 
> _______________________________________________
> 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]