Follow-up Comment #4, bug #24198 (project duplicity):
My previous comment used this command:
duplicity --encrypt-key=3BBF4E12 --sign-key=3BBF4E12 /home/timmc/Websites
/media/FreeAgent/duplicity/test
When I removed the --sign-key, it seemed to work. However, when I tried to
restore or inspect the backup, duplicity crashed with yet another error:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 463, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 458, in with_tempdir
fn()
File "/usr/bin/duplicity", line 428, in main
restore(col_stats)
File "/usr/bin/duplicity", line 206, in restore
restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 456, in
Write_ROPaths
for ropath in rop_iter:
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 430, in
integrate_patch_iters
for patch_seq in collated:
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 331, in
yield_tuples
setrorps(overflow, elems)
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 320, in
setrorps
try: elems[i] = iter_list[i].next()
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 91, in
difftar2path_iter
tarinfo_list = [tar_iter.next()]
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 283, in
next
if not self.tarfile: self.set_tarfile()
File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 278, in
set_tarfile
self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 228, in get_fileobj_iter
for vol_num in manifest.get_containing_volumes(index):
AttributeError: 'NoneType' object has no attribute 'get_containing_volumes'
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?24198>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker