vma-extractor
vma-extractor copied to clipboard
Extraction tool for the VMA backup format used by Proxmox
hiya, thanks for this, i get this error OS: windows 11 | Python 3.10 c:\temp>vma.py blueiris.vma c:\temp\blueiris Traceback (most recent call last): File "C:\temp\vma.py", line 357, in sys.exit(main()) File "C:\temp\vma.py",...
gremlin@gremlin-VirtualBox:~/Загрузки/vma-extractor-master$ ./vma.py usage: vma.py [-h] [-v] [-f] [--skip-hash] filename destination vma.py: error: the following arguments are required: filename, destination gremlin@gremlin-VirtualBox:~/Загрузки/vma-extractor-master$ ./vma.py /media/sf_DISK_H/vzdump-qemu-101-2023_01_12-16_22_49.vma /media/sf_DISK_D/raw Error! Destination path exists! gremlin@gremlin-VirtualBox:~/Загрузки/vma-extractor-master$ ./vma.py /media/sf_DISK_H/vzdump-qemu-101-2023_01_12-16_22_49.vma...
Hey man, i want to say thank you so much for this. I was in Big Trouble for Data-Losses and only got a .vma snapshot as Backup. With your stuff...
This is really the best solution to handle a *.vma outside of ProxMox. But typically we face with compressed `*.vma.gz` format, so we have to write a BIG file twice:...
This PR implements several improvements: - Add Python type hints - Remove seeking of input, making it possible to use `/dev/stdin` (e.g. zstdcat pipe) as an input (fixes #3) -...