[pbs-devel] [PATCH vma-to-pbs 01/10] Initial commit
Filip Schauer
f.schauer at proxmox.com
Mon Mar 25 10:42:25 CET 2024
Ignore this commit, as it is already applied.
On 20/03/2024 15:15, Filip Schauer wrote:
> Implement a tool to import VMA files into a Proxmox Backup Server
> Signed-off-by: Filip Schauer <f.schauer at proxmox.com>--- .cargo/config
> | 5 + .gitmodules | 3 + Cargo.toml | 19 ++ Makefile | 70 +++++++
> src/main.rs | 311 ++++++++++++++++++++++++++++++ src/vma.rs | 340
> +++++++++++++++++++++++++++++++++ submodules/proxmox-backup-qemu | 1 +
> 7 files changed, 749 insertions(+) create mode 100644 .cargo/config
> create mode 100644 .gitmodules create mode 100644 Cargo.toml create
> mode 100644 Makefile create mode 100644 src/main.rs create mode 100644
> src/vma.rs create mode 160000 submodules/proxmox-backup-qemu
More information about the pbs-devel
mailing list