On Sat, Mar 06, 2004 at 01:02:36PM -0800, [EMAIL PROTECTED] wrote: > Each time I run rsync it copies the same files even though I haven't > made any changes. [...] I run rsync with the following command: > rsync --verbose --stats --recursive [EMAIL PROTECTED]::directory directory
You didn't specify -t or (the much slower) -c, so rsync has no way to know which files are the same. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html