DO NOT REPLY [Bug 6378] "rsync -v -rsync -v --inplace --progress --rsh=ssh -a" reports erroneous and completely unrealistic transferred size

samba-bugs at samba.org samba-bugs at samba.org
Wed May 20 02:50:57 GMT 2009


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


matt at mattmccutchen.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from matt at mattmccutchen.net  2009-05-19 21:50 CST -------
As stated in the man page description of --progress, the size shown is the
amount of the file reconstructed by the receiver so far.  I'm guessing the
receiver already had the correct first 2129920 bytes of the file from a
previous run, so the delta-transfer algorithm verifies quickly that those
2129920 bytes match the beginning of the source file and the size jumps to
2129920.  From that point on, literal data has to be sent, so progress is
slower.


-- 
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.


More information about the rsync mailing list