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