diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 1b1f393..8b8d8b1 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -178,6 +178,16 @@ Windows musste neu aktiviert werden Siehe hierzu auch https://forum.proxmox.com/threads/vma-archive-restore-outside-of-proxmox.14226/#post-76387 +### Importing VHDX Files into Proxmox +```bash +qemu-img convert -f vhdx -O qcow2 source.vhdx destination.qcow2 +``` + + + + + + ### Cronjobs