On 1/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
cp -r source dest
That command doesn't copy modification times, so files in dest get newer modification times than files in src, so rsync is right to not make hard links. Try "cp -a source dest" instead. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html