HP StorageWorks P9000 Replication Manager Software 7.1 CLI Reference Guide (TB584-96021, May 2011)
drmdbexport (Exports backup information to a file)
Format
drmdbexport backup-ID -f export-destination-file-name
Description
The drmdbexport command exports backup information from a backup catalog to a file. You can
use the drmdbimport command to import data into a backup catalog on another server from a file
that contains the exported backup information.
Arguments
backup-ID
Specify the backup ID of the backup catalog you want to export. To check backup IDs, execute one
of the following commands according to what was backed up:
• When the backup is of a file system, use the drmfscat command.
• When the backup is of an SQL Server database, use the drmsqlcat command.
• When the backup is of an Exchange database, use the drmexgcat command.
-f export-destination-file-name
Use an absolute path to specify the file to which you want to export the backup information. Use a
maximum of 511 bytes for a file name. If the specified export destination file already exists, the
existing file is overwritten.
When specifying on the command line a file name or directory name containing space characters
for the -f option, you must enclose the path in double quotation marks (").
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Example
• In this example, the command is used to export information for the backup with backup ID
0000000001 to the file D:\tmp\0000000001.drm:
PROMPT> drmdbexport 0000000001 -f D:\temp\0000000001.drm
drmdbimport (Imports backup information from a file)
Format
drmdbimport -f import-source-file-name
Basic commands112