no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | cronie [2011/11/29 19:39] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== cronie ====== | ||
+ | cronie is a cron job daemon that is being phased in as a replacement for fcron. | ||
+ | |||
+ | === Configuration === | ||
+ | |||
+ | Run '' | ||
+ | |||
+ | === Syntax === | ||
+ | |||
+ | Unlike other cron daemons, the crontab line must not have the user in it. Anything after the timing sequence will be executed. | ||
+ | |||
+ | < | ||
+ | # Backup Manager | ||
+ | 0 4 * * * / | ||
+ | </ |