** Branch unlinked: lp:duplicity/0.6-series -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/878964
Title: Resuming a backup with a different password should throw an error Status in Duplicity: Fix Released Status in duplicity package in Ubuntu: New Bug description: To reproduce: 1) Backup with an encryption password, say "test" 2) Interrupt the backup 3) Resume the backup with a different encryption password I would expect a typical GPG decryption error, but duplicity just continues on its merry way. And now you have a backup half encrypted with one password, half encrypted with another. Presumably, this is because when resuming, duplicity does not need to decrypt anything. The local cached manifest is not encrypted and it doesn't need to refetch any volumes. Perhaps it should always try to download and decrypt volume 1 to test the password? I'm attaching a test script to reproduce. (Ubuntu 11.10, duplicity 0.6.15) To manage notifications about this bug go to: https://bugs.launchpad.net/duplicity/+bug/878964/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

