Restoring data with BRRESTORE and the SAP Agent

BRRESTORE, the BRTOOL utility for restoring data, submits the BID and filename list to the SAP Agent BACKINT interface. BACKINT checks the date and time when the backup was made and uses Backup Exec to recover the file. BACKINT monitors the progress of the restore job and reports status back to BRRESTORE.

When the job completes, BACKINT saves a copy of the Backup Exec restore logs for auditing purposes. You must restart the database.

To restore data with BRRESTORE and the SAP Agent

  • Do one of the following:


To restore data

Type the following command:

      BRRESTORE -d util_file -b last -m full  

To restore the database

Type the following commands:

      SQL>startup mount      SQL>recover database      SQL>alter database open;  

Restoring data with BRRESTORE and the SAP Agent