diff options
| author | Jan Wolff <janw@mailbox.org> | 2019-06-22 17:09:21 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2019-06-22 17:09:21 +0200 |
| commit | e9d8ac3f79f01a1faba1a2c9758b5256daaa15b6 (patch) | |
| tree | 57c03565388b384d6f3920658f1f272898a9f8c1 | |
| parent | 940fe79cafbf9e8d262af3bc0db56269c2bf74ec (diff) | |
extend readme
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,8 @@ VMA extractor ============= -`vma.py` implements a VMA extraction tool in Python 3. +`vma.py` implements an extraction tool for the VMA backup format used by +[Proxmox](https://www.proxmox.com). The tool is implemented in Python3. Usage: ```sh @@ -13,3 +14,5 @@ Proxmox environment. Yet, porting their VMA implementation to a standalone tool proved difficult. VMA-Reader and VMA-Writer are implemented as patches to the Proxmox-patched version and Qemu and are thus very difficult to compile on non-Proxmox systems. + +The format specification can be found on [git.proxmox.com](https://git.proxmox.com/?p=pve-qemu.git;a=blob_plain;f=vma_spec.txt;hb=refs/heads/master). |
