# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.XXXXp2swa8 installed on Thu Apr 15 15:28:42 2010)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
#       The time and date fields are:
#
#              field          allowed values
#              -----          --------------
#              minute         0-59
#              hour           0-23
#              day of month   1-31
#              month          1-12 (or names, see below)
#              day of week    0-7 (0 or 7 is Sun, or use names)
#
#
# Full Oracle Backup once a week.
#
0 1 * * 0 /usr/local/platform/backup/bin/commonbackup_oracle_full_back.sh
#
# Daily incremental Oracle backups with apps config data
# skips day of full backup see next entry.
#
0,15,30,45 * * * 1-6 /usr/local/platform/backup/bin/commonbackup_oracle_inc_back.sh
#
# Daily incremental Oracle backups with apps config data
# skipping the hour we do FULL backups (Sundays 1AM)
#
0,15,30,45 2-23 * * 0  /usr/local/platform/backup/bin/commonbackup_oracle_inc_back.sh
