DO NOT REPLY [Bug 3570] Rsync don't sync differential updates correctly on Solaris (Linux is fine)

samba-bugs at samba.org samba-bugs at samba.org
Thu Mar 2 15:54:32 GMT 2006


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


wayned at samba.org changed:

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




------- Comment #1 from wayned at samba.org  2006-03-02 09:54 MST -------
Local transfers default to --whole-file because that makes the transfers faster
(it decreases disk I/O and sends more literal data when the transfer link is
not the limiting factor).  If you just want to test how rsync works locally,
use --no-whole-file to enable the incremental update algorithm.  Also, using -z
on a local transfer is usually a waste of CPU, so only use it for testing
purposes.


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