multiple rsync sessions for one file?

Matt McCutchen matt at mattmccutchen.net
Thu Nov 1 19:30:59 GMT 2007


On Thu, 2007-11-01 at 11:30 +0100, Paul Slootman wrote:
> > If so, is there an easy way to configure rsync to stop execution at a  
> > specific time?
> 
> No...

Well, there is the patch "patches/time-limit.diff" in the rsync source
tree that adds options to make rsync stop at a certain time or after a
certain time interval.  You could compile and use your own copy of rsync
with this patch.  Or you could just have your script send a signal to
the rsync process at the appropriate time, which will cause rsync to
clean up and quit.

Matt



More information about the rsync mailing list