RMAN delete incremental backups or recover copy of
Hi,
I'm looking for a backup solution to accomplish multiple Level 0 incremental backups without the incremental level 1 backup in between.
Even better would be to be able to do a PITR during the last 2 weeks, have 4 weekly Lvl0 backups during the last month and have 2 monthly backups
Database version is 11.2.0.4
Current situation is:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
Every Sunday
run {
backup incremental level 0 device type disk tag 'dbatst_full' database;
backup device type disk tag 'dbatst_full' archivelog all not backed up delete all input;
delete noprompt obsolete device type disk;
}
Every Weekday
run {
backup incremental level 1 device type disk tag 'dbatst_inc' database;