Re: [techtalk] cron race

2000-01-09 Thread Nils Philippsen
On Sun, 9 Jan 2000, Kathy Hargreaves wrote: > Does anyone know if this crontab setup would be a race condition? > > 0 0 * * 7 /l/httpd/scripts/archive-logs --weekly > 0 0 1 * * /l/httpd/scripts/archive-logs --monthly > 0 0 1 1 * /l/httpd/scripts/archive-logs --yearly > >

Re: [techtalk] cron race

2000-01-09 Thread Kelly Lynn Martin
On Sun, 9 Jan 2000 18:58:04 -0500 (EST), Kathy Hargreaves <[EMAIL PROTECTED]> said: >On the days when two or more date conditions are met, I want the script >to run first with the ``weekly'' option, then with the ``monthly'' one, >then with the ``yearly'' one. And I don't want to stagger the hou

[techtalk] cron race

2000-01-09 Thread Kathy Hargreaves
Does anyone know if this crontab setup would be a race condition? 0 0 * * 7 /l/httpd/scripts/archive-logs --weekly 0 0 1 * * /l/httpd/scripts/archive-logs --monthly 0 0 1 1 * /l/httpd/scripts/archive-logs --yearly On the days when two or more date conditions are met, I wa