ches wrote...

> What I really want is to tell rsync to desist the mirroring after a
> certain amount of time.  It's ok with me if it takes a few nights to
> bring the mirrors back into alignment.
> 
> I can and have done this easily with a shell script that kills the rsync after
> a given amount of time.  But this seems like an easy and useful feature to
> add to the program itself.

An alternate solution to your problem was locking - rsync refuses to
start if a given file exists and is locked by another process. Again,
this could be done in a shell script around rsync.

    Christoph
-- 
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