[BlueOnyx:10742] Re: Moving raqbackup.sh to weekly

Dudi Goldenberg dudi at kolcore.com
Wed Jun 6 15:59:52 -05 2012


Hi Chris,

>This line was also added into crontab:
>01 01 * * sat root run-parts /etc/cron.weekly

cron.weekly should have been present in /etc/crontab by
default, there should be no reason to add it.
This is mine, it's an old BQ but still applies:

01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
04,34 * * * * root run-parts /etc/cron.half-hourly
03,18,33,48 * * * * root run-parts /etc/cron.quarter-hourly
05 0,6,12,18 * * * root run-parts /etc/cron.quarter-daily

Besides that, moving the script out of cron.daily into cron.weekly plus a crond restart should have done the trick.

You might have a root crontab in the way, try crontab -l as root.

Regards,

D.




More information about the Blueonyx mailing list