LinuxCommandLibrary

qmrestore

Restore QemuServer vzdump Backups.

TLDR

Restore virtual machine from given backup file on the original storage

$ qmrestore [path/to/vzdump-qemu-100.vma.lzo] [100]
copy


Overwrite existing virtual machine from a given backup file on the original storage
$ qmrestore [path/to/vzdump-qemu-100.vma.lzo] [100] --force true
copy


Restore the virtual machine from a given backup file on specific storage
$ qmrestore [path/to/vzdump-qemu-100.vma.lzo] [100] --storage [local]
copy


Start virtual machine immediately from the backup while restoring in the background (only on Proxmox Backup Server)
$ qmrestore [path/to/vzdump-qemu-100.vma.lzo] [100] --live-restore true
copy

Copied to clipboard