Entering content frameFunction documentation Backup to a Remote Disk Locate the document in its SAP Library structure

Use

You can perform an Oracle backup to a remote disk directly with BRBACKUP or BRARCHIVE, or as part of an incremental backup using the Oracle Recovery Manager (RMAN).

Recommendation

We only recommend remote backup when your network is very fast and stable. Therefore, we do not recommend this procedure for production systems in most cases. However, you can use it to back up test systems.

Prerequisites

remote_user = "<user_name> <password>"

<host_name> <user_name>

For more information, see your operating system documentation.

Features

Remote Disk Backup with BRBACKUP

A remote disk backup removes the need for a Network File System (NFS) disk mount, if the backup is across the network. The NFS protocol is relatively insecure, which means that the backup must be verified. In contrast, RCP and FTP are relatively secure ways of transferring data over the network, which means that you do not have to verify the backup.

You need to meet the prerequisites above and make the following entries in the initialization profile init<DBSID>.sap:

backup_dev_type = stage|stage_copy|stage_standby
stage_copy_cmd = rcp|ftp

This graphic is explained in the accompanying text

A remote backup to disk is particularly useful with the standby database and hierarchical storage management systems.

Incremental Remote Backup with RMAN

You can use RMAN to perform an incremental disk backup of a remote host.

You need to meet the prerequisites above and make the following entries in the initialization profile init<DBSID>.sap:

backup_dev_type = stage
backup_mode = incr

FTP is always used automatically as the transmission program for incremental backup to remote disk.

This graphic is explained in the accompanying text

 

See also:

RMAN Backup with the SAP Backup Library

Profile Parameters and BRBACKUP Command Options

Leaving content frame