Re: RFE: Lockfile option for use in cronjobs

2008-04-10 Thread Dag Wieers
On Thu, 10 Apr 2008, Dag Wieers wrote: On Wed, 2 Apr 2008, Matt McCutchen wrote: On Mon, 2008-03-31 at 11:43 +0200, Dag Wieers wrote: Looking for an easy way to prevent a repetitive rsync to be running multiple times, I was wondering if it could be useful to have an option like: --pi

Re: RFE: Lockfile option for use in cronjobs

2008-04-10 Thread Dag Wieers
On Wed, 2 Apr 2008, Matt McCutchen wrote: On Mon, 2008-03-31 at 11:43 +0200, Dag Wieers wrote: Looking for an easy way to prevent a repetitive rsync to be running multiple times, I was wondering if it could be useful to have an option like: --pidfile /some/path/rsync-mirror-org.pid So

Re: RFE: Lockfile option for use in cronjobs

2008-04-02 Thread Matt McCutchen
On Mon, 2008-03-31 at 11:43 +0200, Dag Wieers wrote: > Looking for an easy way to prevent a repetitive rsync to be running > multiple times, I was wondering if it could be useful to have an option > like: > > --pidfile /some/path/rsync-mirror-org.pid > > So that rsync can be run directly

RFE: Lockfile option for use in cronjobs

2008-03-31 Thread Dag Wieers
Hi, Looking for an easy way to prevent a repetitive rsync to be running multiple times, I was wondering if it could be useful to have an option like: --pidfile /some/path/rsync-mirror-org.pid So that rsync can be run directly from cron without requiring a wrapper script to do pidfil