Rsync and Lazy mode ?
Posted
by fabien-barbier
on Server Fault
See other posts from Server Fault
or by fabien-barbier
Published on 2010-06-03T17:20:26Z
Indexed on
2010/06/03
17:26 UTC
Read the original article
Hit count: 262
Since transferring or copying a file that is being used sometimes causes corruption of the transferred file, can we define a time interval in which Rsync checks each file in a given directory to see if there is a change within that time interval ?
Files that are not changed during that interval will be transferred, while those that have changes will not.
Can I do that with rsync ? Or another tool ? Is there a script to add this functionality to Rsync ?
Thanks
© Server Fault or respective owner