winonarm15: 2024-11-04 21:56:26

This commit is contained in:
Ralf Koop 2024-11-04 21:56:26 +01:00
parent 29c1400f7e
commit bff5e47980

View File

@ -179,6 +179,16 @@ Siehe hierzu auch
https://forum.proxmox.com/threads/vma-archive-restore-outside-of-proxmox.14226/#post-76387 https://forum.proxmox.com/threads/vma-archive-restore-outside-of-proxmox.14226/#post-76387
### Convert VHDX to qcow2
```bash
qemu-img convert -O qcow2 Bench-Dev.vhdx /var/lib/vz/images/112/vm-112-disk-1.qcow2
```
### Cronjobs ### Cronjobs