LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

qmrestore

Restore Proxmox VMs from backup archives

TLDR

Restore VM from backup on original storage
$ qmrestore path/to/vzdump-qemu-100.vma.lzo 100
copy
Force overwrite existing VM
$ qmrestore path/to/vzdump-qemu-100.vma.lzo 100 --force true
copy
Restore to specific storage
$ qmrestore path/to/vzdump-qemu-100.vma.lzo 100 --storage local
copy
Live restore from Proxmox Backup Server
$ qmrestore path/to/vzdump-qemu-100.vma.lzo 100 --live-restore true
copy

SYNOPSIS

qmrestore archive vmid [options]

DESCRIPTION

qmrestore restores QEMU virtual machines from vzdump backup archives. It can restore to the original storage or a different target storage.Live restore feature allows starting the VM immediately while the restore continues in the background, available only with Proxmox Backup Server.

PARAMETERS

--force true|false

Overwrite existing VM with same ID
--storage name
Target storage for restored disks
--live-restore true|false
Start VM immediately while restoring in background (PBS only)

CAVEATS

The VM ID must be available unless --force is used. Live restore is only available with Proxmox Backup Server backups.

HISTORY

Part of Proxmox VE backup and restore infrastructure. Works with vzdump backup files and Proxmox Backup Server.

SEE ALSO

qm(1), vzdump(1), pct-restore(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid