Go to file
Filip Schauer 68e1a2e7c8 add support for streaming the VMA file via stdin
This allows the user to stream a compressed VMA file directly to a PBS
without the need to extract it to an intermediate .vma file.

Example usage:

zstd -d --stdout vzdump.vma.zst | vma-to-pbs \
    --repository <auth_id@host:port:datastore> \
    --vmid 123 \
    --password-file pbs_password

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
2024-04-09 14:51:20 +02:00
.cargo Initial commit 2023-12-07 14:36:37 +01:00
src add support for streaming the VMA file via stdin 2024-04-09 14:51:20 +02:00
submodules bump proxmox-backup-qemu 2024-04-09 14:51:20 +02:00
.gitmodules Initial commit 2023-12-07 14:36:37 +01:00
Cargo.toml add support for streaming the VMA file via stdin 2024-04-09 14:51:20 +02:00
Makefile Initial commit 2023-12-07 14:36:37 +01:00