Logoj0ke.net Open Build Service > Projects > home:jg:backup > amanda > amanda.crontab
Sign Up | Log In

File amanda.crontab of Package amanda

 
1
# This is an example for a crontab entry for automated backup with amanda       
2
# With these cron lines, Amanda will check that the correct tape is in          
3
# the drive every weekday afternoon at 4pm (if it isn't, all the                
4
# operators will get mail).  At 12:45am that night the dumps will be run.       
5
#
6
# This should be put in user operator's crontab
7
#
8
0 16 * * 1-5    /usr/sbin/amcheck -m DailySet1                                  
9
45 0 * * 2-6    /usr/sbin/amdump DailySet1
10