QEMU/KVM 가상 머신 관리자에서 가상 머신을 생성하거나 복원. 더 많은 정보: https://pve.proxmox.com/pve-docs/qm.1.html.
qm create {{100}}
qm create {{100}} --start 1
qm create {{100}} --ostype {{win10}}
qm create {{100}} --archive {{경로/대상/백업_파일.tar}} --force 1
qm create {{100}} --hookscript {{경로/대상/스크립트.pl}}