1ANACRONTAB(5) Anacron Users' Manual ANACRONTAB(5)
2
3
4
6 /etc/anacrontab - configuration file for anacron
7
9 The file /etc/anacrontab describes the jobs controlled by anacron(8).
10 Its lines can be of three kinds: job-description lines, environment
11 assignments, or empty lines.
12
13 Job-description lines are of the form:
14
15 period delay job-identifier command
16
17 The period is specified in days, the delay in minutes. The job-identiā
18 fier can contain any non-blank character, except slashes. It is used
19 to identify the job in Anacron messages, and as the name for the job's
20 timestamp file. The command can be any shell command.
21
22 Environment assignment lines are of the form:
23
24 VAR = VALUE
25
26 Spaces around VAR are removed. No spaces around VALUE are allowed
27 (unless you want them to be part of the value). The assignment takes
28 effect from the next line to the end of the file, or to the next
29 assignment of the same variable.
30
31 Empty lines are either blank lines, line containing white-space only,
32 or lines with white-space followed by a '#' followed by an arbitrary
33 comment.
34
36 anacron(8)
37
38 The Anacron README file.
39
41 Itai Tzur <itzur@actcom.co.il>
42
43
44
45Itai Tzur 1998-02-02 ANACRONTAB(5)