duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #24198] IOError: [Errno 32] Broken pipe


From: Tim McCormack
Subject: [Duplicity-tracker] [bug #24198] IOError: [Errno 32] Broken pipe
Date: Sun, 02 Nov 2008 18:50:12 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]