diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 82be098..0f0138f 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -108,8 +108,14 @@ Start VM again ### Import OVA VM to Proxmox -Import Disk +**Import ganze VM** qm importovf {vmid} {VM name}.ovf {target storage} ```bash qm importovf 100 Server.ovf local-zfs -``` \ No newline at end of file +``` +**Import only Disk** +qm disk import {target VMID} {vmdk file} {target storage} +```bash +qm disk import 104 Server.vmdk local-zfs +``` +