1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/linux/qmrestore.md
Managor 1c51b3cecd
qm, qmrestore: edit page (#13984)
* qmrestore: minor title edit
* qm: mention subcommands

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-05 16:08:39 +02:00

20 lines
766 B
Markdown

# 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`