backup question

  • From: mek s <sidi.bouzid.meknessy@xxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 3 Nov 2011 12:54:37 +0100

Hello,
Database version: Cluster database 11.2.0.3
OS : redhat Linux.

We are using Incremental updated backups to backup the RAC database. We
daily backup the database on disk and then copy the backup sets to tape.
we are using this RMAN command to backup to tape;

My question is; giving we are using backup copies (Incremental Updated
backups), is it correct to use "backup backupset all ..." to backup the
copies to the tape or should we use another command like for example
"backup backup copies all ..." ?

run {

allocate channel t1_tape_backup type 'SBT_TAPE' ;

SEND 'NSR_ENV=(NSR_CLIENT=srv01,NSR_SERVER=srvt02)';

###backup device type sbt_tape backupset all;
backup backupset all NOT BACKED UP since time 'SYSDATE-2';

# Switch current logfile to archive
sql 'ALTER SYSTEM ARCHIVE LOG CURRENT';

#Backup archive logs directly to tape and leave on disk
backup archivelog all not backed up since time 'SYSDATE-2';

release channel t1_tape_backup;}


--
//www.freelists.org/webpage/oracle-l


Other related posts:

  • » backup question - mek s