Pular para o conteúdo

Proxmox VE

Este conteúdo não está disponível em sua língua ainda.

Snapshot-based online backup for QEMU and LXC guests, with cluster auto-discovery and restore to an alternate path.

  • QEMU & LXC guests
  • Cluster auto-discovery
  • Alternate-path restore

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

FileSet {
Name = "proxmox"
Include {
Options { Plugin = "proxmox: pve_host=10.0.0.10 vm=* backup_type=full" }
}
}

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.