Software Suite for Microsoft Exchange User Manual

7.28
Recovery Manager Commands
3PAR Recovery Manager 4.1.0 For Microsoft Exchange 2010 User’s Guide
EXAMPLE
The following command will perform a restore of a virtual copy020405162103 from NetBackup
media to drive j: on server Joshua.
RMExch restore -mdb “mailbox rex” -t 020405162103 -p test -m bottlenosed -a J:
-vs Joshua
PARAMETERS
For FILECOPY and VOLUME RESTORES
The following options are supported:
-mdb <mailbox_DB_name> - The name of the mailbox database.
-t <Timestamp> - The timestamp of the virtual copy to restore.
<-filecopy | -promote> - Specify whether you'd like to perform a filecopy restore or a
volume promote restore.
EXAMPLES
The following command will perform a filecopy restore of a virtual copy 020405162103.
RMExch restore -mdb “mailbox rex” -t 020405162103 -filecopy
The following command will perform a volume restore of virtual copy 020405162103.
RMExch restore -mdb “mailbox rex” -t 020405162103 -promote
NOTE: Use quotes ("") where spaces are included.