backup policy [message #354640] |
Mon, 20 October 2008 11:42 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Experts,
I am taking rman full backup every night.
Retention Policy is configured to redundancy 1.
I want to delete backup sets everyday.This can be done
If I give command delete obsolete in RMAN script.
Right now I am using following command for archivelog backup:-
backup archivelog all not backed up 1 times;
delete noprompt archivelog all completed before 'sysdate-3'
backed up 1 times to device type disk;
With delete obsolete archivelogs backup will never be deleted
with redundancy 1.
I want RMAN to delete archivelogs backups after 7 days from
the disk to save the disk space.
Please suggest me how can I acheive this.
Regards,
Varun Punj,
|
|
|
|
|
Re: backup policy [message #354669 is a reply to message #354655] |
Mon, 20 October 2008 13:24 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Ebrian,
With this policy RMAN wiil be aware of archive logs needed
by streams and it wont delete those.Is it right?
Regards,
Varun Punj,
|
|
|
Re: backup policy [message #354680 is a reply to message #354669] |
Mon, 20 October 2008 16:34 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
Ahhhh...that's right, you had the Streams environment.
The delete is in regards to backups of the archivelogs and therefore, will not have any impact on Streams.
|
|
|