Can rsync monitor a file system?

Christoph Biedl cbiedl at gmx.de
Tue Jun 27 15:30:02 GMT 2006


Charles.Berman at pfpc.com wrote...

> How would you set a cron to run every 30 seconds? Otherwise it could work
> for me.

With a start every 30 seconds you're in the high risk an an overrun.
Don't do cron, use a simple shell script with "while true; " and 
"sleep 30".

But believe me, this is a bad idea.

    Christoph


More information about the rsync mailing list