]> git.proxmox.com Git - vma-to-pbs.git/commit
Initial commit
authorFilip Schauer <f.schauer@proxmox.com>
Wed, 4 Oct 2023 08:29:18 +0000 (10:29 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 7 Dec 2023 13:36:37 +0000 (14:36 +0100)
commit4446414be21665129d94ce924a359b41e9adb233
tree8c4f60d1d69304a12fe1591b0ba23709b10e65a4
Initial commit

Implement a tool to import VMA files into a Proxmox Backup Server

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
.cargo/config [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/main.rs [new file with mode: 0644]
src/vma.rs [new file with mode: 0644]
submodules/proxmox-backup-qemu [new submodule]