
qmrestore
List of commands for qmrestore:
-
qmrestore:ai:ee977 Restores all files and directories from a previously created Qumulo snapshot$ qmrestore alltry on your machineexplain this command
-
qmrestore:tldr:6e9ee qmrestore: 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 truetry on your machineexplain this command
-
qmrestore:tldr:ad93b qmrestore: Restore the virtual machine from a given backup file on specific storage.$ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100} --storage ${local}try on your machineexplain this command
-
qmrestore:tldr:b4a88 qmrestore: Overwrite existing virtual machine from a given backup file on the original storage.$ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100} --force truetry on your machineexplain this command
-
qmrestore:tldr:bc780 qmrestore: Restore virtual machine from given backup file on the original storage.$ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100}try on your machineexplain this command