On Tue 28 Jun 2005, Diane Rolland wrote:

> My theory is that perhaps rsync is writing/changing file attributes on the
> source file system.  Since the EMC process thinks changes are being made, it
> keeps trying to do the clone.  As data changes, the cloning continues.
> 
> Can anyone tell me if rsync makes any updates to the source file system?

rsync itself will not update anything on the source.
However, unixen will typically update the file's access time of any
files / directories / etc. that rsync accesses, perhaps that's your
problem. See if you can mount the file system "noatime" (that's for
linux); check to see that no applications depend on access times though
(e.g. mail programs compare modification time and access time to see
whether there's new mail).


Paul Slootman
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to