Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN backup and ways to backup the backup
Hi Peter,
> I have RMAN backing up our project databases with RMAN and the
> flashback recovery area. We want to backup our flash back recovery
> area backupsets to a remote disk location for pickup on a standard
> file system backup.
Try someting like this:
RMAN> run
2> { 3> allocate channel c1 device type disk format '/home/oracle/%U'; 4> backup backupset all; 5> }
I guess that you will add a time spec or the primary keys for the backupsets you want to back up.
Regards,
uwe
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 08 2007 - 05:45:24 CST
![]() |
![]() |