Code review comment for lp:~mterry/duplicity/catch-seq-copy-error

Revision history for this message
Peter Fenton (ped-fenton) wrote :

Hi Michael
this is my first ever Linux Forum question. I have the (bug 662442) issue where Deja Dup crashes with the following comment.

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 1338, in main
    restore(col_stats)
  File "/usr/bin/duplicity", line 632, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 526, in Write_ROPaths
    for ropath in rop_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 499, in integrate_patch_iters
    final_ropath = patch_seq2ropath( normalize_ps( patch_seq ) )
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 479, in patch_seq2ropath
    misc.copyfileobj( current_file, tempfp )
  File "/usr/lib/python2.7/dist-packages/duplicity/misc.py", line 166, in copyfileobj
    buf = infp.read(blocksize)
  File "/usr/lib/python2.7/dist-packages/duplicity/librsync.py", line 80, in read
    self._add_to_outbuf_once()
  File "/usr/lib/python2.7/dist-packages/duplicity/librsync.py", line 94, in _add_to_outbuf_once
    raise librsyncError(str(e))
librsyncError: librsync error 103 while in patch cycle

I understand that there is a file that Deja Dup does not like, so is stopping the whole process, but I am not sure how to apply the .diff file so I can have Deja Dup ignore the error and move on.

Sorry if I am being daft about this, but I have no idea how to solve this and am very new to Ubuntu. This backup is my only copy of my data as the oridinal hard drive died:(

Any help would be appreciated as I feel I am going round in circles.

Pete:)

review: Needs Fixing

« Back to merge proposal