proxmox-backup/src/pxar
Dietmar Maurer 6a7be83efe avoid chrono dependency, depend on proxmox 0.3.8
- remove chrono dependency

- depend on proxmox 0.3.8

- remove epoch_now, epoch_now_u64 and epoch_now_f64

- remove tm_editor (moved to proxmox crate)

- use new helpers from proxmox 0.3.8
  * epoch_i64 and epoch_f64
  * parse_rfc3339
  * epoch_to_rfc3339_utc
  * strftime_local

- BackupDir changes:
  * store epoch and rfc3339 string instead of DateTime
  * backup_time_to_string now return a Result
  * remove unnecessary TryFrom<(BackupGroup, i64)> for BackupDir

- DynamicIndexHeader: change ctime to i64

- FixedIndexHeader: change ctime to i64
2020-09-15 07:12:57 +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/extract: fixup path stack for errors 2020-08-03 12:20:30 +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 avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00