[CentOS] run script on cron job only run on first Saturdat every month???
Keith Keller
kkeller at wombat.san-francisco.ca.usTue Jul 30 21:32:49 UTC 2013
- Previous message: [CentOS] run script on cron job only run on first Saturdat every month???
- Next message: [CentOS] run script on cron job only run on first Saturdat every month???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2013-07-30, m.roth at 5-cent.us <m.roth at 5-cent.us> wrote: >> On 7/30/2013 1:43 PM, mcclnx mcc wrote: >>> >>> 15 04 1-7 * 6 /home/app/oracle/backup/monthlybk.sh > > It certainly doesn't. However, I'm surprised the o/p's crontab entry > *doesn't* work: it should run only on Sat, and only on when it's somewhere > between the 1st and the 7th, which could only be the first Sat. The conditions are ORd, so the job should run every Saturday and every day from the first to the seventh (which will include a Saturday). John is right: most crons do not support "Nth X of the month" where X is a day of the week. (I don't know of any.) --keith -- kkeller at wombat.san-francisco.ca.us
- Previous message: [CentOS] run script on cron job only run on first Saturdat every month???
- Next message: [CentOS] run script on cron job only run on first Saturdat every month???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list