Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ for SAP Administrator's Guide
  3. Performing backups and restores of SAP
  4. Using BRTools to start an SAP backup (for Oracle database only)
  5. Performing brbackup online SAP backups
Veritas NetBackup™ for SAP Administrator's Guide

Performing brbackup online SAP backups

You can use brbackup instead of sapdba to perform SAP database backups. This section shows an online backup with dynamic switching of files into and out of backup mode. You can change the backup_type and backup_dev_type by changing the initSAP.sap parameter file or by specifying -t online and and - d util_file_online on the brbackup command. Here is what these changes look like in the initSAP.sap file:

backup_type = online
backup_dev_type = util_file_online

This backup method allows sapdba or brbackup to use the switch files with the NetBackup for SAP backint interface. This method provides a better online backup for very large files because only the necessary tablespaces are placed in backup mode. When NetBackup is ready to process another file, it notifies brbackup to take the completed file out of backup mode and put the next file into backup mode.

To perform brbackup online SAP backups

  1. Verify that you have completely configured NetBackup, NetBackup for SAP, and the SAP tools.

  2. Verify that you are user sapadm.
  3. Enter the brbackup command.

    • To initiate an online backup, enter the following command:

      brbackup -d util_file_online -t online -m all
    • To initiate a full backup when you use RMAN, enter the following command:

      brbackup -d rman_util -t online -m full -c
    • To initiate an incremental backup when you use RMAN, enter the following command:

      brbackup -d rman_util -t online -m incr -c

More Information

About configuring NetBackup for SAP

Feedback

Was this page helpful?
Previous

Performing an SAP offline backup with SAPDBA

Next

Performing an SAP archive

Feedback

Was this page helpful?