[pve-devel] applied: [pbs-devel] [PATCH proxmox-backup v2 4/4] file-restore: add 'format' and 'zstd' parameters to 'extract' command

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Oct 5 18:54:19 CEST 2022


Am 13/07/2022 um 11:43 schrieb Dominik Csapak:
> if the target ist stdout, we can now specify the exact format by making use of
> the new 'format' parameter of the restore daemons 'extract' api
> 
> note that extracting a pxar from a source pxar (container/host backups)
> won't work currently since we would have to reencode as pxar first
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  proxmox-file-restore/Cargo.toml               |   1 +
>  proxmox-file-restore/src/block_driver.rs      |  12 ++-
>  proxmox-file-restore/src/block_driver_qemu.rs |  15 +--
>  proxmox-file-restore/src/main.rs              | 100 +++++++++++++++---
>  4 files changed, 102 insertions(+), 26 deletions(-)
> 
>

applied, with the addition of the proxmox-compression dependency to Cargo.toml
squashed in, thanks!





More information about the pve-devel mailing list