=== modified file 'bin/duplicity' --- bin/duplicity 2012-02-29 13:35:03 +0000 +++ bin/duplicity 2012-08-06 20:32:54 +0000 @@ -321,6 +321,8 @@ # Settings are same, let's check passphrase itself if we are encrypted if globals.encryption: + if not globals.gpg_profile.passphrase: + globals.gpg_profile.passphrase = get_passphrase(1, "verify") fileobj = restore_get_enc_fileobj(globals.backend, vol1_filename, manifest.volume_info_dict[1]) fileobj.close()