# @(#)/etc/anacrontab - configuration file for anacron, (C)mpan 1/2006
# This software is originally copyright (C) by Mika Panhelainen 2003, 2006
# 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_scripts_v1_1/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_scripts_v1_1/backup_weekly.sh
# backup_monthly.sh will be run 60 minutes after workstation starts
# Period is every 28.th day
28	60	backup_monthly		/opt/backup_scripts/backup_scripts_v1_1/backup_monthly.sh
