https://bugzilla.samba.org/show_bug.cgi?id=7123

           Summary: Use both old dest file and partial file as basis data
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
        AssignedTo: way...@samba.org
        ReportedBy: m...@mattmccutchen.net
         QAContact: rsync...@samba.org


>From http://lists.samba.org/archive/rsync/2009-December/024382.html :

Currently, a file transfer can use only basis file: the old destination file,
the file in the partial dir, or an alternate basis from somewhere.  This makes
it difficult to complete the delta-transfer of a large file if rsync keeps
getting interrupted and has to be restarted.  If rsync transfers some literal
data (setting cleanup_got_literal) and is then interrupted, the partial file
will be kept, and the next run will not have the benefit of the later data in
the old destination file as basis data.

At a minimum, rsync should use both the old destination file and the partial
file as basis data.  In some circumstances it might be beneficial to keep
multiple partial files rather than replacing the previous one, but I'm not sure
whether this is common enough to be worth implementing.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to