anacrontab (5) Linux Manual Page
/etc/anacrontab – configuration file for anacron
Description
The file /etc/anacrontab describes the jobs controlled by anacron(8). Its lines can be of three kinds: job-description lines, environment assignments, or empty lines. Job-description lines are of one of these two forms:
VAR = VALUE
Spaces around VAR are removed. No spaces around VALUE are allowed (unless you want them to be part of the value). The assignment takes effect from the next line to the end of the file, or to the next assignment of the same variable. Empty lines are either blank lines, line containing white-space only, or lines with white-space followed by a ‘#’ followed by an arbitrary comment. You can continue a line onto the next line by ending it with a ‘\’.
See Also
anacron(8)
The Anacron README file.
Author
Itai Tzur <itzur [at] actcom.co.il>
Currently maintained by Pascal Hakim <pasc@(debian.org|redellipse.net)>.
