proxmox-backup/src/backup
Hannes Laimer f0d23e5370 add ctime and size function to IndexFile trait
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
2021-04-30 11:40:45 +02:00
..
async_index_reader.rs async index reader: typedef ReadFuture 2021-01-26 09:53:58 +01:00
backup_info.rs backup info: run rustfmt 2021-03-14 19:18:35 +01:00
catalog.rs api2/admin/datastore: refactor list_dir_content in catalog_reader 2021-02-17 08:32:41 +01:00
catalog_shell.rs catalog shell: replace LoopState with ControlFlow 2021-04-29 11:17:21 +02:00
checksum_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
checksum_writer.rs clippy: remove unnecessary clones 2021-01-20 16:22:59 +01:00
chunk_stat.rs src/backup/chunk_stat.rs: log write speed 2019-02-25 13:21:00 +01:00
chunk_store.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00
chunk_stream.rs clippy: rewrite comparison chains 2021-01-25 11:41:39 +01:00
chunker.rs datastore/chunker: fix comment typos 2020-07-22 16:12:49 +02:00
crypt_config.rs tape: generate random encryptions keys and store key_config on media 2021-01-19 11:20:07 +01:00
crypt_reader.rs clippy: is_some/none/ok/err/empty 2021-01-20 16:23:54 +01:00
crypt_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
data_blob.rs clippy: misc. fixes 2021-01-20 16:23:54 +01:00
data_blob_reader.rs src/backup/data_blob_reader.rs: avoid unwrap() - return error instead 2020-07-10 11:28:19 +02:00
data_blob_writer.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
datastore.rs tape restore: avoid multiple stat calls for same chunk 2021-04-16 13:17:17 +02:00
dynamic_index.rs add ctime and size function to IndexFile trait 2021-04-30 11:40:45 +02:00
file_formats.rs clippy: remove some unnecessary reference taking 2021-01-20 16:23:54 +01:00
fixed_index.rs add ctime and size function to IndexFile trait 2021-04-30 11:40:45 +02:00
index.rs add ctime and size function to IndexFile trait 2021-04-30 11:40:45 +02:00
key_derivation.rs cleanup: always compute fingerprint in KeyConfig constructors 2021-01-21 11:56:54 +01:00
manifest.rs clippy: remove unnecessary clones 2021-01-20 16:22:59 +01:00
prune.rs derive/impl and use Default for some structs 2021-01-26 09:54:45 +01:00
read_chunk.rs chunk readers: ensure chunk/index CryptMode matches 2020-08-11 09:54:22 +02:00
store_progress.rs cleanup: use extra file for StoreProgress 2020-12-01 06:34:33 +01:00
verify.rs backup verify: do not check every loop iteration for abort/shutdown 2021-04-15 13:21:36 +02:00