The crontab for the instance owner looks like this:
# DB2's Crontab
################################################## ##################
#M H Day M Day
#I R of T of Command
#N S Mth H Week
################################################## ##################
#Backup of the LCAD_ATL Database
00 22 * * * /scripts/backup_LCAD_ATL.sh
The script the crontab shows looks like:
. /lcad_logs/db2inst1/sqllib/db2profile
db2 -tvf /lcad/onlinebu_LCAD_ATL.ddl
The file: /lcad/onlinebu_LCAD_ATL.ddl contains an online backup command for the database. Yours may vary.
Andy