Import


Applies To: Windows Server 2008

Imports a transportable shadow copy from a loaded metadata file into the system.

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

Syntax


Copy Code

import

Remarks

Examples

The following is a sample DiskShadow script that demonstrates the use of the import command:


Copy Code

  #Sample DiskShadow script demonstrating IMPORT
  SET CONTEXT PERSISTENT
  SET CONTEXT TRANSPORTABLE
  SET METADATA transHWshadow_p.cab
  #P: is the volume supported by the Hardware Shadow Copy provider
  ADD VOLUME P:
  CREATE
  END BACKUP
  #The (transportable) shadow copy is not in the system yet.
  #You can reset or exit now if you wish.
  LOAD METADATA transHWshadow_p.cab
  IMPORT
  #The shadow copy will now be loaded into the system.

Additional references

Command-Line Syntax Key