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
Run the brbackup command with the following parameters:
- Specify the path to the initialization profile file ($Oracle_HOME/dbs/veeam_initSID.sap) as the argument for the -p (-profile) parameter.
- Specify online_force as the argument for the -t (-type) parameter. With this option, BRBACKUP performs backup of the database in the online state.
- Specify util_file as the argument for the -d (-device) parameter.
- Set incr as the argument for the -m (-mode) parameter.
- Specify credentials that will be used to connect to the database as the argument for the -u (-user) parameter. For details, see SAP Documentation.
To see all brbackup command options, see the Command Options for BRBACKUP section of the SAP Database Guide: Oracle.