Surface8: 2024-10-29 17:54:47

This commit is contained in:
ralfk 2024-10-29 17:54:47 +01:00
parent fac4aceaf0
commit ead8f5d07d

View File

@ -141,9 +141,12 @@ try
qm create <vmid> --archive ./2142424.vma.lzo --storage <store> qm create <vmid> --archive ./2142424.vma.lzo --storage <store>
``` ```
```bash ```bash
lzop -d EBS-vzdump-qemu-103-2024_10_28-22_48_37.vma.lzo
vma extract EBS-vzdump-qemu-103-2024_10_28-22_48_37.vma -v ebs/winxp vma extract EBS-vzdump-qemu-103-2024_10_28-22_48_37.vma -v ebs/winxp
``` ```