Does rsync use md4 or md5?

2009-04-06 Thread David Depardoux
Hello,

NEWS for rsync 3.0.0
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0-NEWS
says:

Protocol 30 now uses MD5 checksums instead of MD4.

But the rsync man page
http://rsync.samba.org/ftp/rsync/rsync.html
does not mention MD5, but only talks about MD4 checksum.

I guess the man page is only a bit outdated? Or did I misunderstand something?

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


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