Ir al contenido

Microsoft Hyper-V

Esta página aún no está disponible en tu idioma.

Image-based full, differential and incremental Hyper-V backups with VSS-quiesced, application-consistent snapshots.

  • VSS-consistent snapshots
  • Image-based backup
  • Full / diff / incremental

Add the plugin to a FileSet on the client you want to protect:

FileSet {
Name = "hyper-v"
Include {
Options { Plugin = "hyperv: vm=* vss=yes level=incremental" }
}
}

All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.

Restore individual files, boot the VM instantly (Instant Recovery), or restore it into another hypervisor (V2V).

See also: Restore, Instant Recovery & V2V.