proxmox-backup/src/pxar
Wolfgang Bumiller d9b8e2c795 pxar: better error handling on extract
Errors while applying metadata will not be considered fatal
by default using `pxar extract` unless `--strict` was passed
in which case it'll bail out immediately.

It'll still return an error exit status if something had
failed along the way.

Note that most other errors will still cause it to bail out
(eg. errors creating files, or I/O errors while writing
the contents).

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-08-03 09:40:55 +02:00
..
catalog.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
create.rs pxar: create: attempt to use O_NOATIME 2020-07-31 11:46:53 +02:00
dir_stack.rs pxar: make extractor state more reusable 2020-06-16 10:32:13 +02:00
extract.rs pxar: better error handling on extract 2020-08-03 09:40:55 +02:00
flags.rs pxar: restore file attributes, improve errors 2020-07-14 10:25:45 +02:00
fuse.rs update to pxar 0.3 to support negative timestamps 2020-07-29 08:31:37 +02:00
metadata.rs pxar: better error handling on extract 2020-08-03 09:40:55 +02:00
mod.rs turn pxar::flags into bitflags, pxar::Flags 2020-06-10 11:05:53 +02:00
tools.rs update to pxar 0.3 to support negative timestamps 2020-07-29 08:31:37 +02:00