Top
ETERNUS SF AdvancedCopy Manager V15.3 Operation Guide
ETERNUS

12.8.9 swsrpvrq shadow delete (Shadow copy delete command)

NAME

swsrpvrq shadow delete - deletes shadow copy


SYNOPSIS

Deletion per component set
<program-directory>\bin\swsrpvrq shadow delete [-h HyperV-Host] -cs Component-Set
Deletion by specifying a shadow copy ID (executed on backup server)
<program-directory>\bin\swsrpvrq shadow delete -snap-id Snapshot-ID
Deletion by specifying a shadow copy set ID (executed on backup server)
<program-directory>\bin\swsrpvrq shadow delete -snap-set-id Snapshot-Set-ID
Deletion of all shadow copies (executed on backup server)
<program-directory>\bin\swsrpvrq shadow delete -all

DESCRIPTION

This command deletes shadow copy.


OPTIONS

-h HyperV-Host

For execution from a backup server, this option specifies the name of the Managed Server for the Hyper-V host from which to delete the shadow copy.

-cs Component-Set

Specifies the name of the component set from which to delete the shadow copy.

-snap-id Snapshot-ID

Specifies the shadow copy ID that is to be deleted.
The shadow copy with the specified ID will be deleted.

-snap-set-id Snapshot-Set-ID

Specifies the shadow copy set ID that is to be deleted.
The shadow copy set with the specified ID will be deleted.

-all

Deletes all shadow copies in the system that has been created by VSSHP.


EXIT STATUS

=0: Completed successfully
>0: Terminated abnormally


EXAMPLES

Give the command from a backup server to Managed Server (HVHOST01) to delete a shadow copy.

C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvrq shadow delete -h HVHOST01 -cs VMSet1
'swsrpvrq shadow delete' completed
C:\>