qi: publish new version (1.0-rc59). Final RC version
[dragora.git] / archive / scron / crontab
blobdb3fe7590666aad4f26329b0d9b2c6d0c8ea0234
2 # /etc/crontab - Tables for driving cron.
4 # Columns:
5 #  minute, hour, day of month, month, day of week, command
7 # Separator:
8 #  Any number of tabs or spaces.
10 # Value:
11 #  * (wildcard), 30 (number), */N (repeat), 1-5 (range), or 1,3,6 (list)
14 # Run once an hour
15 0 * * * * /usr/bin/run-parts /etc/cron.hourly
17 # Run once a day
18 0 0 * * * /usr/bin/run-parts /etc/cron.daily
20 # Run once a week
21 0 0 * * 0 /usr/bin/run-parts /etc/cron.weekly
23 # Run once a month
24 0 0 1 * * /usr/bin/run-parts /etc/cron.monthly