From 033c8a64999e35824395f1c145c4ab3e543e24a6 Mon Sep 17 00:00:00 2001 From: ralfk Date: Fri, 25 Oct 2024 15:41:29 +0200 Subject: [PATCH] Surface8: 2024-10-25 15:41:29 --- Technik/Proxmox-Server.md | 6 ++++++ 1 file changed, 6 insertions(+) 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