[pbs-devel] [PATCH v2 proxmox-backup/pve-container 0/5] improve error handling of pxar extractor

Max Carrara m.carrara at proxmox.com
Wed Jul 12 15:00:39 CEST 2023


This v2 incorporates the feedback given on v1 (thanks btw!).

v1 of this series can be found here:
https://lists.proxmox.com/pipermail/pbs-devel/2023-June/006161.html

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 |  32 +-
 7 files changed, 445 insertions(+), 216 deletions(-)


pve-container:

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