.. |
backup_info.rs
|
move api related type/regx definition from backup_info.rs to src/api2/types/mod.rs
|
2021-05-07 12:45:44 +02:00 |
cached_chunk_reader.rs
|
backup: add AsyncRead/Seek to CachedChunkReader
|
2021-06-08 09:42:40 +02: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
|
backup/chunk_store: optionally log progress on creation
|
2021-06-04 09:32:09 +02: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
|
update to zstd 0.6
|
2021-06-14 13:01:43 +02:00 |
data_blob_writer.rs
|
update to zstd 0.6
|
2021-06-14 13:01:43 +02:00 |
datastore.rs
|
proxmox-backup-proxy: fix leftover references on datastore removal
|
2021-06-04 08:22:53 +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
|
progress: shorter format
|
2021-05-07 12:14:37 +02:00 |
verify.rs
|
backup verify: do not check every loop iteration for abort/shutdown
|
2021-04-15 13:21:36 +02:00 |