Forrest logo
back to context overview

qmrestore

List of commands for qmrestore:

  • qmrestore:ai:4e34f qmrestore exit codes?
    $ qmrestore -e
    try on your machine
    explain this command
  • qmrestore:ai:b4d0f qmrestore
    $ qmrestore
    try on your machine
    explain this command
  • qmrestore:ai:ee977 Restores all files and directories from a previously created Qumulo snapshot
    $ qmrestore all
    try on your machine
    explain 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 true
    try on your machine
    explain 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 machine
    explain 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 true
    try on your machine
    explain 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 machine
    explain this command
back to context overview