Add volume


Applies To: Windows Server 2008

Adds volumes to the Shadow Copy Set, which is the set of volumes to be shadow copied. This command is necessary to create shadow copies. If used without parameters, add volume displays help at the command prompt.

For examples of how to use this command, see Examples.

Syntax


Copy Code

add volume <Volume> [provider <ProviderID>]

Parameters

Parameter

Description

<Volume>

Specifies a volume to add to the Shadow Copy Set. At least one volume is required for shadow copy creation.

[provider <ProviderID>]

Specifies the Provider ID of a registered provider to use to create the shadow copy. If provider is not specified, the default provider is used.

Remarks

Examples

To view the current list of registered providers, at the DISKSHADOW> prompt, type:


Copy Code

list providers

The following output displays a single provider, which will be used by default:


Copy Code

* ProviderID: {b5946137-7b9f-4925-af80-51abd60b20d5}
       Type: [1] VSS_PROV_SYSTEM
       Name: Microsoft Software Shadow Copy provider 1.0
       Version: 1.0.0.7
       CLSID: {65ee1dba-8ff4-4a58-ac1c-3470ee2f376a}
1 provider registered.

To add drive C to the Shadow Copy Set and assign an alias named System1, type:


Copy Code

add volume c: alias System1

Additional references

Command-Line Syntax Key