Show TOC Start of Content Area

Syntax documentation -d|-device  Locate the document in its SAP Library structure

This BRBACKUP command option defines the backup device type.

Input syntax:
-d|-device tape|disk|pipe|disk_copy|disk_standby|tape_auto|pipe_auto|
tape_box|pipe_box|util_file|util_file_online|stage|stage_copy|
stage_standby|rman_prep|rman_util|rman_disk|rman_stage

Default: tape

The following backup media are supported:

·        tape: Local tape device.

·        disk: Local disk.

·        pipe: Backup to a tape device of a remote system (UNIX only).

·        disk_copy: Copying of database files to a disk with an identical directory structure. The name of the new SAP_Home directory is defined in the parameter new_db_home.

·        disk_standby: Copying of database files to a disk with an identical directory structure (compare disk_copy). To let you construct a standby database, a standby control file is generated and copied.

·        tape_auto or pipe_auto: Prompts for changing the tape will be suppressed. This is only useful when you use a tape device with automatic tape changing (tape changing device).

·        tape_box or pipe_box: Jukeboxes or autoloader tape devices which can be addressed locally or remotely. The drivers for the data transfer (cpio, dd) are defined in the parameters tape_address or tape_address_arch, the drivers for rewinding are defined in the parameters tape_address_rew or tape_address_rew_arch and the drivers for mounting and dismounting the tapes are defined in the parameters tape_address_ctl or tape_address_ctl_arch.

·        util_file or util_file_online: Use external backup programs for file-by-file backup. If you use this option, you may have to create a file containing the parameters required for that type of backup. If a parameter file of this type is required, you must specify the name of the file in the profile parameter util_par_file or with the option -r. Use parameter util_file_online for an online backup (if it is supported by the external backup program). This dynamically sets and ends the backup status of the tablespaces to be saved and thus greatly reduces the volume of offline redo log files during the backup.

·        stage|stage_copy|stage_standby: Backup to remote disk. See backup_dev_type

·        rman_util|rman_disk|rman_stage|rman_prep: Backup with the Oracle Recover Manager (RMAN) and an external backup tool. See backup_dev_type

 

See also:

Parameters in init<DBSID>.sap: backup_dev_type.

End of Content Area