Show TOC

Syntax documentationbackup_type Locate this document in the navigation structure

This BRBACKUP parameter identifies the type of the database backup.

Syntax Syntax

  1. backup_type = online|online_cons|offline|
  2. offline_force|offline_standby|online_standby|
  3. online_split|offline_split|offline_stop|
  4. online_mirror|online_mirror|
  5. offstby_split|offstby_mirror
End of the code.

Default value: offline

Possible values:

  • online: database backup in online mode, in other words, with the database running

  • online_cons: database backup in online mode. As well as the database files, the offline redo log files generated during the backup are copied to the same volume. You then have a logically consistent dataset available. This backup of the offline redo log files with BRBACKUP runs completely independently of other BRARCHIVE backups.

  • offline: database backup in offline mode, in other words, the database is shut down during backup. When you select this parameter, BRBACKUP checks that no SAP system users are connected to the database. If an SAP System is active, the database is not shut down and BRBACKUP terminates the process with an error message (message number BR0068E).

  • offline_force: database backup in offline mode, in other words, the database is shut down during backup. BRBACKUP always shuts down the database, even if the SAP System is active.

  • offline_standby: data backup of a standby database in offline mode; in other words, the standby database is shut down during the backup. This backup mode is only relevant for the standby database configuration. See Standby Database.

  • online_standby: data backup of a standby database in online mode, which means that the standby database remains mounted during the backup. This backup mode is only relevant for the standby database configuration. See Standby Database.

  • online_split: the mirror disks are split and backed up while the database is running. The tablespaces to be backed up are only placed in BACKUP status during the split.

    This backup mode is only relevant for the split command scenario of Split-Mirror Disk Backup.

  • offline_split: the database is only shut down to split the mirror disks. The backup of the mirror disks can take place whilst the database is running again. The SAP system is running during the entire split mirror backup. However, no transactions can be performed during the short period of time that the database is shut down.

    This backup mode is only relevant for the split command scenario of Split Mirror Backup.

  • online_mirror: the mirror disks are split and backed up while the database is running. The tablespaces to be backed up are only placed in BACKUP status during the split. BRBACKUP calls SPLITINT to perform the split.

    This backup mode is only relevant for the SPLITINT scenario of Split Mirror Backup.

  • offline_mirror: the database is only shut down to split the mirror disks. The backup of the mirror disks can take place whilst the database is running again. The SAP system is running during the entire split mirror backup. However, no transactions can be performed during the short period of time that the database is shut down. BRBACKUP calls SPLITINT to perform the split.

    This backup mode is only relevant for the SPLITINT scenario of Split Mirror Backup.

  • offline_stop: database backup in offline mode without a consequent startup of the database. After its backup the database can be transferred directly into the mount standby status. This type of backup is only relevant in the following case: The productive database is saved and then takes over the role of a standby database. The backup itself becomes a productive system. For more information, see Standby Database.

  • offstby_split: in the split command scenario, the standby database is stopped for the splitting of the mirror disks. For more information, see Split Mirror Backup.

  • offstby_mirror: in the SPLITINT scenario, the standby database is stopped for the splitting of the mirror disks. The backup of the mirror disks is then done directly afterwards, while the standby database is mounted. BRBACKUP calls SPLITINT to perform the split. For more information, see Split Mirror Backup.

See also:

Online and Offline Backup