Re: --times does not transfer full modification time

2009-04-07 Thread Wayne Davison
On Mon, Apr 06, 2009 at 12:28:50PM +0200, David Depardoux wrote:
 Thus, the milliseconds for files on the receiving side are all set to zero.

Correct.  Rsync does not (yet?) support sub-second timestamps.

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


--times does not transfer full modification time

2009-04-06 Thread David Depardoux
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
-- 
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