Replace an existing machine (requires archiving it)

qm create

  • Create or restore a virtual machine on QEMU/KVM Virtual Machine Manager.
    More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

qm create {{100}} --archive {{path/to/backup_file.tar}} --force 1

click the source code to copy