rsync process - writing to source file system

Paul Slootman paul at debian.org
Wed Jun 29 09:31:33 GMT 2005


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


More information about the rsync mailing list