duplicity-talk
[Top][All Lists]
Advanced

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

RE: [Duplicity-talk] Downgrade?


From: p1
Subject: RE: [Duplicity-talk] Downgrade?
Date: Fri, 2 Apr 2010 16:12:34 -0700

Hi Edgar, thanks for a quick response.

# which duplicity
/usr/bin/duplicity
#

Yes, both versions were installed for tarball downloaded from the
duplicity website.  I now uninstalled everything duplicity-related and
installed 0.6.06 from the same source I had before.  But I continue
getting the GnuPG password prompt, to which I just press Enter and it
continues successfully with the rest of the run.

I deleted and recreated the key pair, but that did not help.  I'm
continuing to chip away at it, but just wanted to get this out, perhaps
something will come to you before I get anywhere...

Thanks again,

--
Paul

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Friday, April 02, 2010 3:01 PM
To: Discussion of the backup program duplicity
Subject: Re: [Duplicity-talk] Downgrade?

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/duplicit
y-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



_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk


--
ea926p




reply via email to

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