"--times" does not transfer full modification time

David Depardoux david.depardoux at gmail.com
Mon Apr 6 10:28:50 GMT 2009


Hello,

I use:
- cygwin 1.5.25-cr-0x5f1 with
- rsync version 3.0.4 (protocol version 30)
- under Windows XP Home SP3
- on a NTFS formatted drive

with the following command line options:

rsync.exe --recursive --times --delete --checksum --progress --stats --verbose "/cygdrive/c/_test/1/" "/cygdrive/c/_test/2"

Timestamps on NTFS formatted drives include milliseconds, but rsync does not preserve the milliseconds.

Thus, the milliseconds for files on the receiving side are all set to zero.

Regards,
David Depardoux


More information about the rsync mailing list