Vmrestoretype
Use the vmrestoretype option with the query VM or restore VM commands to specify the type of restore operation to perform or query.
Supported Clients
This option can be used with supported Windows clients.
Options file
This option must be specified on the command line of a restore vm or query vm command. You cannot set this option in the client options file.
Syntax
Parameters
- noninstant
- Specifies that a regular full VM restore operation is performed. This is the default restore type.
- instantaccess
- Specifies that a VM backup is restored temporarily. Use this restore type when you want to restore a VM temporarily, to test the integrity of a backup, before you run an instant restore. Any changes that are made to the temporary VM are not saved.
- vmcleanup
- Specifies that a cleanup of the selected VM and its components is performed.
Examples
- Command line:
- Perform an instant access of the VM named Oslo. The original VM still exists. As a result, the
-vmname option is used to assign the new name
Oslo_verify.dsmc restore vm Oslo -vmrest=instantaccess -vmname=Oslo_verify
