]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/create.rs
pxar: factor out PxarCreateOptions
[proxmox-backup.git] / src / pxar / create.rs
2021-01-26 Fabian Grünbichlerpxar: factor out PxarCreateOptions
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: use matches!
2020-11-12 Fabian Ebnerpxar: avoid including archive root's exclude patterns...
2020-11-12 Fabian Ebnerpxar: only generate .pxarexclude-cli if there were...
2020-11-12 Fabian Ebnerpxar: include .pxarexclude files in the archive
2020-11-12 Fabian Ebnerpxar: fix anchored exclusion at archive root
2020-11-09 Wolfgang Bumillerpxar: log when skipping mount points
2020-11-05 Wolfgang Bumillerpxar: more concise EOF handling
2020-11-05 Dominik Csapakpxar/create: handle ErrorKind::Interrupted for file...
2020-11-05 Dominik Csapakpxar/create: fix endless loop for shrinking files
2020-10-29 Dominik Csapakfix #2998: encode mtime as i64 instead of u64
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