HP XP P9000 Replication Manager Software 7.6.0-00 Application Agent CLI Reference Guide

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
Description
The drmdbimport command imports, into a backup catalog, backup information from a file that
was exported by the drmdbexport command. Application Agent manages backup information
based on copy groups, which are used as a key. If the backup information of the same copy group
exists in the backup catalog when you attempt to import the backup information, the old backup
information is overwritten.
Arguments
-f import-source-file-name
Use an absolute path to specify the file whose backup information is to be imported into the backup
catalog. Use a maximum of 511 bytes for a file name.
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
Application Agent CLI Reference Guide 115