Linux operating systemsWindows operating systems

Vmbackuptype

Use the vmbackuptype option with the backup VM or restore VM command to specify to specify the type of virtual machine backup or restore to complete. You can also use this option on query VM commands to filter the query results to include only virtual machines that were backed up by a specific backup type. For examples, see the query VM command description.

Data moverThis feature is available only if the client operates as a data mover for IBM Spectrum Protect™ for Virtual Environments.

Linux operating systems

You can specify a VMware full VM backup.

Windows operating systems

You can specify a VMware full VM backup or a Hyper-V full VM backup.

Supported Clients

Linux operating systemsThis option is valid on Linux data movers that are installed on a vStorage backup server. The server can also define this option.

Windows operating systemsThis option is valid on Windows data movers that are installed on a vStorage backup server. The server can also define this option.

Windows operating systemsThis option is valid on Windows data movers that are installed on a Microsoft Hyper-V system. The server can also define this option.

Options File

Linux operating systemsPlace this option in the client system-options file (dsm.sys) within a server stanza.

Windows operating systemsPlace this option in the client options file (dsm.opt), or on the command line.

Linux operating systems

Syntax

Read syntax diagramSkip visual syntax diagram
                 .-FUllvm-.   
>>-VMBACKUPType--+--------+------------------------------------><

Linux operating systems

Parameters

FUllvm
Specify this value to run a traditional full VM backup of a VMware virtual machine. This is the default backup type for Linux clients.
Windows operating systems

Syntax

Read syntax diagramSkip visual syntax diagram
                 .-FUllvm-----.   
>>-VMBACKUPType--+-HYPERVFULL-+--------------------------------><

Windows operating systems

Parameters

FUllvm
Specify this value to run a traditional full VM backup of a VMware virtual machine. This is the default backup type for Windows clients that run on Windows server systems, where the Hyper-V server role is not enabled. Contrast with vmbackuptype=hypervfull.
HYPERVFULL
Specifies that you are backing up one or more Hyper-V virtual machines. If you enable the Hyper-V server role, this value is the default backup type. If you specify vmbackuptype=hypervfull, all of the options that are associated with backing up VMware files from a vStorage backup server are ignored (for example: VMCHOST, VMCUSER, VMCPW, VMFULLNODELETE).

Examples

Options file:
VMBACKUPT full
Command line:
Linux operating systemsWindows operating systemsdsmc backup vm vm1 -VMBACKUPT=full -vmchost=virtctr -vmcuser=virctr_admin -vmcpw=xxxxx

Performs a full virtual-machine backup of vm1.example.com using the VMware VirtualCenter machine virtctr.example.com, to the IBM Spectrum Protect server, using machine name vm1.

Windows operating systemsdsmc backup vm -VMBACKUPT=hypervfull -vmlist="VM 1,VM 2"

Performs a full virtual-machine backup of Hyper-V virtual machines named "VM 1" and "VM 2", to the IBM Spectrum Protect server.