proxmox-backup/src/pxar
Wolfgang Bumiller b25deec0be pxar: .pxarexclude: absolute paths and byte based paths
Change the .pxarexclude parser to byte based parsing with
`.split(b'\n')` instead of `.lines()`, to not panic on
non-utf8 paths.

Specially deal with absolute paths by prefixing them with
the current directory.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-07-15 11:55:48 +02:00
..
catalog.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
create.rs pxar: .pxarexclude: absolute paths and byte based paths 2020-07-15 11:55:48 +02:00
dir_stack.rs pxar: make extractor state more reusable 2020-06-16 10:32:13 +02:00
extract.rs pxar: restore file attributes, improve errors 2020-07-14 10:25:45 +02:00
flags.rs pxar: restore file attributes, improve errors 2020-07-14 10:25:45 +02:00
fuse.rs pxar: fcaps in fuse 2020-06-12 10:37:48 +02:00
metadata.rs warning fixup 2020-07-14 10:37:14 +02:00
mod.rs turn pxar::flags into bitflags, pxar::Flags 2020-06-10 11:05:53 +02:00
tools.rs pxar: split assert_relative_path 2020-06-08 15:02:52 +02:00