I'm doing the following from a linux box to a solaris box: rsync_options="-aPvrz --progress --stats --delete --delete-after" rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/docs/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/was/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/soe/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/cgi-bin/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/CustomTags/ /export/export/www/current/www rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/servlet/ /export/export/www/current/www
The initial rsync works as expected. Subsequent rsyncs result in files that have not changed still being transferred. I've tried using --size-only with no luck. I've checked the md5 sums and verified the files are truly the same. Am I missing something? - David. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html