~duplicity-team/duplicity/0.6-series

Viewing all changes in revision 935.

  • Committer: Kenneth Loafman
  • Date: 2013-11-17 17:23:07 UTC
  • mfrom: (930.4.2 disappearing-source)
  • Revision ID: kenneth@loafman.com-20131117172307-611kivhs9rb2fk0o
* Merged in lp:~mterry/duplicity/disappearing-source
  - When restarting a backup, we may accidentally skip the first chunk of one of the source files. To reproduce this,:
    1) interrupt a backup
    2) delete the source file it was in the middle of
    3) restart the backup
    
    When replaying the source iterator to find where to resume from, we can't 
    notice that the file is gone until we've already iterated past where it 
    would be!
    
    The solution I came up with is to just let duplicity stuff the data we 
    accidentally read back into the source iterator.
    
    This is actually a data loss bug, because it's possible to back up 
    corrupted files (that are missing their first chunk).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: