6812403bf9
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/amanda#10289d7db32e16b62259537a3af7ba8348583718
10 lines
500 B
Plaintext
10 lines
500 B
Plaintext
# This is an example for a crontab entry for automated backup with amanda
|
|
# With these cron lines, Amanda will check that the correct tape is in
|
|
# the drive every weekday afternoon at 4pm (if it isn't, all the
|
|
# operators will get mail). At 12:45am that night the dumps will be run.
|
|
#
|
|
# This should be put in user operator's crontab
|
|
#
|
|
0 16 * * 1-5 /usr/sbin/amcheck -m DailySet1
|
|
45 0 * * 2-6 /usr/sbin/amdump DailySet1
|