System Grab Bag

View all TLDR pages from Linux (or from all pages)

qmrestore

Restore QemuServer vzdump backups. More information: https://pve.proxmox.com/pve-docs/qmrestore.1.html.
  • Restore virtual machine from given backup file on the original storage:
    qmrestore {{path/to/vzdump-qemu-100.vma.lzo}} {{100}}
  • Overwrite existing virtual machine from a given backup file on the original storage:
    qmrestore {{path/to/vzdump-qemu-100.vma.lzo}} {{100}} --force true
  • Restore the virtual machine from a given backup file on specific storage:
    qmrestore {{path/to/vzdump-qemu-100.vma.lzo}} {{100}} --storage {{local}}
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.