[Bug 13385] rsync sometimes silently transfers more or fewer mtimes than it should

samba-bugs at samba.org samba-bugs at samba.org
Sat Jun 13 16:29:24 UTC 2020


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

Wayne Davison <wayne at opencoder.net> changed:

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

--- Comment #3 from Wayne Davison <wayne at opencoder.net> ---
Thanks for pointing that out. The code was honoring the modify window when
checking if the file needed to be transferred, but the code checking if it
needed to call utime on a file had lost its modify-window logic. It was also
coded to not force just a nano-seconds change for a file that hadn't been
transferred or checksummed, but that seems like the wrong thing to do with
- at -1. Changes committed to git.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the rsync mailing list