Link to home
Start Free TrialLog in
Avatar of bkreynolds48
bkreynolds48

asked on

rman backup logs every 2 days but only delete when fs is 70% full

aix 5 & 6
oracle 10
I need to backup my archive logs every two day but only delete them when the file system get to 70% full

How can I set this up in rman?

Thanks
Avatar of Geert G
Geert G
Flag of Belgium image

70% full isn't a option which can't be set with rman

the only way i have found is using the OS
1: get total size of drive
2: get size free on drive
3: delete a file
4: repeat step 2 and 3 until free size is 30%
Avatar of bkreynolds48
bkreynolds48

ASKER

is there a way to backup the logs every two days with rman not deleting?  I have a script that runs in cron to backup the logs if the fs reaches 70% - I was just looking for a total rman solution
ASKER CERTIFIED SOLUTION
Avatar of Geert G
Geert G
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial