Re: RMAN backup and ways to backup the backup
- From: Uwe Weber <uwe.weber@xxxxxxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Thu, 8 Mar 2007 12:45:24 +0100
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
- References:
- RMAN backup and ways to backup the backup
- From: Peter McLarty
Other related posts:
- » RMAN backup and ways to backup the backup
- » Re: RMAN backup and ways to backup the backup
- RMAN backup and ways to backup the backup
- From: Peter McLarty