# @(#)/etc/cron.d/backups - configuration file for cron, (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 these configurations as needed

# backup_daily.sh will be run every day time 1:02
02 1 * * * root /opt/backup_scripts/backup_scripts_v1_1/backup_daily.sh

# backup_weekly.sh will be run every week on Sunday time 3:02
02 3 * * 0 root /opt/backup_scripts/backup_scripts_v1_1/backup_weekly.sh

# backup_monthly.sh will be run every month at 28.th day time 5:02
# i.e. minimum 4 weeks schedule for the recovery
02 5 28 * * root /opt/backup_scripts/backup_scripts_v1_1/backup_monthly.sh
