]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/create.rs
pxar: anchor pxarexcludes starting with a slash
[proxmox-backup.git] / src / pxar / create.rs
2020-10-15 Wolfgang Bumillerpxar: anchor pxarexcludes starting with a slash
2020-10-15 Wolfgang Bumillerpxar: fix relative '!' rules in .pxarexclude
2020-10-14 Wolfgang Bumillerpxar: pass full path to callback, let verbose flag...
2020-07-31 Wolfgang Bumillerpxar: create: attempt to use O_NOATIME
2020-07-31 Wolfgang Bumillerpxar: create: move common O_ flags to open_file
2020-07-29 Wolfgang Bumillerupdate to pxar 0.3 to support negative timestamps
2020-07-15 Wolfgang Bumillerpxar: .pxarexclude: absolute paths and byte based paths
2020-07-14 Wolfgang Bumillerpxar: restore file attributes, improve errors
2020-07-09 Wolfgang Bumillersimpler lost+found pattern
2020-07-08 Wolfgang Bumillerpxar: less confusing logic
2020-06-30 Wolfgang Bumillerpxar: fixup 'vanished-file' logic a bit
2020-06-30 Wolfgang Bumillerpxar: fix missing newlines in warnings
2020-06-26 Wolfgang Bumillerpxar: deal with files changing size during archiving
2020-06-16 Wolfgang Bumillerfix file timestamps in catalog
2020-06-16 Wolfgang Bumillerpxar: fix missing subdirectories in catalogs
2020-06-10 Wolfgang Bumillerpxar: support .pxareclude files, error report updates
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-10 Wolfgang Bumillerpxar: sort .pxareclude-cli file and fix its mode
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-08 Wolfgang Bumillerpxar: split assert_relative_path
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates