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-l


Other related posts: