Backup to Multiple Disks 

You can use BRBACKUP for backup to multiple disks if the space available on one disk or logical volume is not sufficient.

To do this, you have to specify the directories (on the different disks) to which you want to save your database files in the init<DBSID>.sap profile parameter backup_root_dir .

BRBACKUP normally uses all the directories specified in backup_root_dir in parallel (the number of copy processes corresponds to the number of disks) in order to make a backup of the database files. Since BRBACKUP attempts to optimize the speed of the backup, all the hard disks specified in backup_root_dir are written to (except if the number of files you want to back up is smaller than the number of disks). This setting can be changed with the init<DBSID>.sap parameter exec_parallel or the command option -e|-execute .

Operating system utilities can then be used to copy a disk backup to tape.