Standby Database: Backup with BRBACKUP 
Use
One main advantage of the standby database scenario is that backups do not have to be performed in the primary (production) database system. Instead it allows the datasets of the standby database to be backed up. This means that the database backup does not add to the load on the host of the primary database instance. Since online operation does not occur on the standby database, all the host’s resources can therefore be made available for the database backup. The SAP utility program BRBACKUP backs up the standby database data.
Prerequisites
Features

Activities
To create and configure a standby database you can make a BRBACKUP backup (
backup_type = offline_stop ) of the production database. This is not opened later: Instead it is transferred directly into the mount standby mode, where it takes over the role of the standby database. The backup becomes the production system. backup_type primary_dbTo recreate a standby configuration, you can make a copy of the production database. You can then use this as the standby database (
backup_dev_type=disk_standby ). Structure-Retaining Database Copy