cancel
Showing results for 
Search instead for 
Did you mean: 

how to use BEGIN/END BACKUP switch

Former Member
0 Kudos

Hi All,

PLease explain how to use BEGIN/END BACKUP switch while taking the backup using ; brbackup -d util_file_online -t online -m all

Thanks & Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There is no need to do anything manually for BEGIN/END backup switch. BRBACKUP will takecare for this, only do if you have terminated the backup.

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/dcf58a106b345de10000000a155369/content.htm

Cheers,

-Sunil

Former Member
0 Kudos

Hello Erika,

Before the tablespaces are backup-ed , they must go in backup mode.

The following command brings the tablespace in backup mode:

Alter tablespace <Tablespace name> begin backup

After the tablespaces are backup-ed, they must be in online mode again

The following command brings the tablespace in online mode:

Alter tablespace <Tablespace name> end backup

Is this the information you are looking for?

Executing the 'brbackup' with required options will execute the begin backup & end backup commands internally. We are not required to specify them.

Regards,

Ammey Kesarkar