Spectrum Protect for HyperV

For HyperV, there are no datamovers, Spectrum Protect client will be installed directly on HyperV hypervisor hosts.

Example of schedules (on SP server)

  
define schedule hyperv_domain_name schedule_name description=schedule_description action=backup subaction=VM 
starttime=NOW+00:10 schedstyle=Classic period=1 perunits=Weeks durunits=minutes duration=10 
options='-vmbackuptype=hypervfull -mode=IFIncremental -domain.vmfull="all-vm"'

Backup all VM under a single node_name

 
-asnodename=clustername_hv_tgt

Backup all VM except TestVM1

-domain.vmfull="all-vm;-vm=TestVM1"

Backup a single VM

-domain.vmfull="vm=TestVM1"