diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 63755ba..82be098 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -107,3 +107,9 @@ Start VM again ### Import OVA VM to Proxmox + +Import Disk +qm importovf {vmid} {VM name}.ovf {target storage} +```bash +qm importovf 100 Server.ovf local-zfs +``` \ No newline at end of file