# @(#)/etc/anacrontab - configuration file for anacron, (c)mpan 10/2003
# backup_daily.sh, backup_weekly.sh and backup_monthly.sh
# Modify and insert these configurations to the /etc/anacrontab

# backup_daily.sh will be run 5 minutes after workstation starts
1	05	backup_daily		/opt/backup_scripts/backup_daily.sh
# backup_weekly.sh will be run 30 minutes after workstation starts
# Period is every 7.th day
7	30	backup_weekly		/opt/backup_scripts/backup_weekly.sh
# backup_weekly.sh will be run 60 minutes after workstation starts
# Period is every 28.th day
28	60	backup_monthly		/opt/backup_scripts/backup_monthly.sh
