[pbs-devel] partially-applied: [PATCH v3 proxmox-backup/pve-container 0/5] improve error handling of pxar extractor
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Jul 17 14:07:45 CEST 2023
applied pbs-side of the series, thanks
On Mon, Jul 17, 2023 at 10:04:05AM +0200, Max Carrara wrote:
> This version includes only a minor change to patch 4/5, in which the
> code was simplified via proper usage of `match`.
>
>
> Max Carrara (4):
> pbs-client: pxar: preserve error context
> pbs-client: pxar: refactor body of `extract_archive` to
> `ExtractorIter`
> pbs-client: pxar: add PxarExtractContext
> proxmox-backup-client: restore: add 'ignore-extract-device-errors'
> flag
>
> pbs-client/src/pxar/create.rs | 22 +-
> pbs-client/src/pxar/dir_stack.rs | 8 +-
> pbs-client/src/pxar/extract.rs | 542 +++++++++++++++++++++---------
> pbs-client/src/pxar/metadata.rs | 44 +--
> pbs-client/src/pxar/mod.rs | 2 +-
> pbs-client/src/pxar/tools.rs | 11 +-
> proxmox-backup-client/src/main.rs | 25 +-
> 7 files changed, 438 insertions(+), 216 deletions(-)
>
>
> Max Carrara (1):
> fix #3460: restore: honor '--ignore-unpack-errors' flag for pbs
>
> src/PVE/LXC/Create.pm | 4 ++++
> 1 file changed, 4 insertions(+)
>
>
> --
> 2.39.2
More information about the pbs-devel
mailing list