duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Full backup does not ask for passphrase, causes resume


From: Chris Adamson
Subject: [Duplicity-talk] Full backup does not ask for passphrase, causes resume to fail
Date: Wed, 1 Feb 2012 10:01:37 +1100

When a full backup is done duplicity does not ask/retrieve a passphrase. This causes a gpg error "bad passphrase" when there is a partial backup present and it tries to decrypt the existing metadata. To fix it I just added

globals.gpg_profile.passphrase = get_passphrase(2, action)

to line 1340 of /usr/bin/duplicity so that the passphrase is retrieved for full backups

reply via email to

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