Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.5.5 swsrpvssrestore_exchange (Exchange VSS restore execution command)

NAME

swsrpvssrestore_exchange - restore of a Storage group or a database


SYNOPSIS

For Exchange Server 2003, Exchange Server 2007:
<program-directory>\bin\swsrpvssrestore_exchange [-evs Virtual-Server-Name] (-point|-roll) -sgname Storage-Group-Name [-copygrp Copyset-Group-Name]
For Exchange Server 2010, Exchange Server 2013:
<program-directory>\bin\swsrpvssrestore_exchange (-point|-roll) -dbname Database-Name

DESCRIPTION

This command cooperates with VSS to perform the restoration of a Storage group or a database.
Because it cooperates with VSS, the writer metadata document and backup component document which are saved in the backup server are used. One of the following two restoration systems is chosen and restoration is performed.

Point-in-time restoration (restoration to a backup time)

By restoring all the files (i.e., those with extensions *.edb, *.stm, *.log, *.chk) that constitute a Storage group or a database from the backup volume, a Storage group is restored to the time that the backup was created.

Roll forward restoration (restoration to the newest state)

In this case, only database files (i.e., files with extensions *.edb, *.stm) are restored, the log application is performed using the log file which exists on the operating volume, and the database is restored to the newest time.


OPTIONS

-sgname Storage-Group-Name

A Storage group name is specified.
The storage group name containing a space needs to attach double quotation marks (" ")

-dbname Database-Name

A database name is specified.
The database name containing a space needs to attach double quotation marks (" ")

-evs Virtual-Server-Name

When cluster is being used, the name of an Exchange virtual server (EVS) is specified.
When cluster usage is omitted, there is no need to specify this option.

-point

A Point-in-Time system is restored.

-roll

A roll forward system is restored.

-copygrp Copyset-Group-Name

A copy set group name is specified.
If this option is omitted, the copy set group name will be the default name "BkupGroup".
This option is not supported in Windows Server 2008 or later.


EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally


EXAMPLES

NOTES