Comment 3 for bug 1245805

Revision history for this message
Damien Cassou (cassou) wrote : Re: [Bug 1245805] Re: Crash with stacktrace, error code 30 in validate_encryption_settings

On Wed, Oct 30, 2013 at 11:31 AM, edso <email address hidden> wrote:
> enforce a full backup. see man page of duply/duplicity on how to do
> so...

Does not work:

$ duply backup_fat full
[...]
--- Start running command FULL at 11:51:12.652 ---
Reading globbing filelist /home/XXX/.duply/backup_fat/include_exclude.txt
Reading globbing filelist /home/XXX/.duply/backup_fat/exclude
Local and Remote metadata are synchronized, no sync needed.
Last full backup left a partial set, restarting.
Last full backup date: Fri Oct 25 17:41:51 2013
Reuse configured PASSPHRASE as SIGN_PASSPHRASE
RESTART: Volumes 13 to 473 failed to upload before termination.
         Restarting backup at volume 13.
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1411, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1404, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1374, in main
    full_backup(col_stats)
  File "/usr/bin/duplicity", line 509, in full_backup
    globals.backend)
  File "/usr/bin/duplicity", line 346, in write_multivol
    validate_encryption_settings(globals.restart.last_backup, mf)
  File "/usr/bin/duplicity", line 325, in validate_encryption_settings
    if vol1_filename != backup_set.volume_name_dict[1]:
KeyError: 1

11:51:16.168 Task 'FULL' failed with exit code '30'.
--- Finished state FAILED 'code 30' at 11:51:16.168 - Runtime 00:00:03.516 ---
$

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill