duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05407
[Question #689587]: B2 backup resume fails for TypeError
New question #689587 on Duplicity:
https://answers.launchpad.net/duplicity/+question/689587
Duplicity 0.8.12 on Debian.
Ran initial backup but it terminated prior to finishing. Destination was a B2 bucket in backblaze.
Upon re-running, it found the the backup and processed to restart, but failed due to a TypeError: (note, output has been sanitized)
<host>:~# python2 /usr/local/bin/duplicity /home b2://[account]:[key]@[B2bucket]
Local and Remote metadata are synchronized, no sync needed.
Last full backup left a partial set, restarting.
Last full backup date: Fri Mar 27 21:43:32 2020
GnuPG passphrase:
Retype passphrase to confirm:
RESTART: Volumes 210 to 211 failed to upload before termination.
Restarting backup at volume 210.
Attempt 1 failed. TypeError: argument can't be <type 'unicode'>
Attempt 2 failed. TypeError: argument can't be <type 'unicode'>
Attempt 3 failed. TypeError: argument can't be <type 'unicode'>
Attempt 4 failed. TypeError: argument can't be <type 'unicode'>
Giving up after 5 attempts. TypeError: argument can't be <type 'unicode'>
<host>:~#
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.
Follow ups