Incremental Backup

You can perform an incremental backup by using the BRBACKUP command with the rman_util parameter. An incremental backup contains the changed data from the last full backup. Incremental backups use less media and resources than full backups.

Example: Performing Incremental Backup in Online Mode

brbackup -p $Oracle_HOME/dbs/veeam_initSID.sap -t online_cons -d rman_util -m incr -u <user>/<password>

Run the brbackup command with the following parameters:

  1. Specify the path to the initialization profile file ($Oracle_HOME/dbs/veeam_initSID.sap) as the argument for the -p (-profile) parameter.
  2. Specify online_cons as the argument for the -t (-type) parameter. With this option, BRBACKUP backs up the database in the online state. Also, BRBACKUP keeps the database open during the backup. If offline redo log files are generated during the backup, BRBACKUP backs up them to the same backup file.
  3. Specify rman_util as the argument for the -d (-device) parameter. This option defines that the backup will be performed using Oracle RMAN.
  4. Set incr as the argument for the -m (-mode) parameter.
  5. Specify credentials that will be used to connect to the database as the argument for the -u (-user) parameter. For details, see this SAP article.

To see all brbackup command options, see the Command Options for BRBACKUP section in the SAP Database Guide: Oracle.

Page updated 7/25/2024

Page content applies to build 12.1.2.172