tldr/pages/linux/qmrestore.md

21 lines
764 B
Markdown
Raw Normal View History

2021-10-30 14:23:13 +01:00
# qmrestore
2022-10-09 22:51:45 +01:00
> Restore QemuServer vzdump backups.
2021-10-30 14:23:13 +01:00
> More information: <https://pve.proxmox.com/pve-docs/qmrestore.1.html>.
2022-10-09 22:51:45 +01:00
- Restore virtual machine from given backup file on the original storage:
2021-10-30 14:23:13 +01:00
2022-10-09 22:51:45 +01:00
`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`