proxmox-backup/src/backup
Christian Ebner 90fc97af6a pxar::decoder::Decoder: include xattrs and payload size in `DirectoryEntry`.
By reading and including xattrs and payload size in struct `DirectoryEntry`,
the tuple of return types is avoided and the code is simpler.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2020-01-10 13:45:40 +01:00
..
backup_info.rs src/backup/backup_info.rs: implement last_successful_backup() 2020-01-06 11:35:22 +01:00
catalog.rs catalog: decoder and shell: fix incorrect logic in find matching 2019-12-17 14:57:34 +01:00
catalog_shell.rs pxar::decoder::Decoder: include xattrs and payload size in `DirectoryEntry`. 2020-01-10 13:45:40 +01:00
checksum_reader.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
checksum_writer.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
chunk_stat.rs src/backup/chunk_stat.rs: log write speed 2019-02-25 13:21:00 +01:00
chunk_store.rs src/backup/chunk_store.rs: implement cond_touch_chunk() 2020-01-02 13:26:28 +01:00
chunk_stream.rs update a chunk of stuff to the hyper release 2019-12-13 11:24:41 +01:00
chunker.rs some clippy fixups 2019-09-11 12:14:05 +02:00
crypt_config.rs avoid some clippy warnings 2019-10-25 18:44:51 +02:00
crypt_reader.rs avoid some clippy warnings 2019-10-25 18:44:51 +02:00
crypt_writer.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
data_blob.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
data_blob_reader.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
data_blob_writer.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
datastore.rs src/backup/datastore.rs: implement cleanup_backup_dir() 2020-01-05 15:15:12 +01:00
dynamic_index.rs drop uuid crate dependency 2019-11-14 10:22:29 +01:00
file_formats.rs src/backup/catalog.rs: write MAGIC at start of file 2019-11-10 11:36:45 +01:00
fixed_index.rs drop uuid crate dependency 2019-11-14 10:22:29 +01:00
index.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
key_derivation.rs replace file_set_contents with replace_file 2019-12-18 11:16:04 +01:00
manifest.rs src/backup/manifest.rs: impl TryFrom DataBlob 2020-01-05 16:28:18 +01:00
prune.rs src/api2/admin/datastore.rs - prune: log retention options 2019-12-14 16:32:16 +01:00
read_chunk.rs src/backup/read_chunk.rs: add read_raw_chunk() 2020-01-02 13:29:10 +01:00