RMAN Backups
Dear Experts,
Environment:
Database version 19.18
We have 7 days retention. Our full backup scheduled to run every sunday at 01:00AM.It completes at 03:00AM.
Rest of all days we have incremental which starts at 01:00AM and completes in 15minutes.
Every 1 hour we have archive backup,it starts to run from 03:00AM to 11:00 PM every day.
crontab looks like
00 01 * * 0 sh /home/oraprod/rman/scripts/rman_backup_DB.sh >> /home/oraprod/rman/scripts/rman_cron.log
00 01 * * 1,2,3,4,5,6 /home/oraprod/rman/scripts/rman_incr_backup_DB.sh >> /home/oraprod/rman/scripts/rman_cron.log
*/60 03-23 * * * sh /home/oraprod/rman/scripts/rman_backup_arch.sh >> /home/oraprod/rman/scripts/rman_cron.log