proxmox-backup/src/backup
2020-07-09 09:20:49 +02:00
..
async_index_reader.rs minor style & whitespace fixups 2020-07-06 10:55:25 +02:00
backup_info.rs src/backup/backup_info.rs: impl Display for BackupGroup 2020-06-24 13:35:21 +02:00
catalog_shell.rs reuse some extractor code in catalog shell 2020-06-16 10:54:54 +02:00
catalog.rs add From<&DirEntryAttribute to CatalogEntryType and make it pub(crate) 2020-06-24 07:08:50 +02:00
checksum_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
checksum_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +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: allow to read name() 2020-06-24 06:54:21 +02:00
chunk_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
chunker.rs some clippy fixups 2019-09-11 12:14:05 +02:00
crypt_config.rs src/backup/crypt_config.rs - compute_digest: make it more secure 2020-07-08 12:53:04 +02:00
crypt_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
crypt_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
data_blob_reader.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
data_blob_writer.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
data_blob.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
datastore.rs DataStore::load_manifest: also return CryptMode 2020-07-08 09:19:53 +02:00
dynamic_index.rs partially revert commit 1f82f9b7b5 2020-06-29 12:44:45 +02:00
file_formats.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
fixed_index.rs partially revert commit 1f82f9b7b5 2020-06-29 12:44:45 +02:00
index.rs partially revert commit 1f82f9b7b5 2020-06-29 12:44:45 +02:00
key_derivation.rs client: introduce --keyfd parameter 2020-07-08 13:56:38 +02:00
manifest.rs src/backup/manifest.rs: cleanup signature generation 2020-07-09 09:20:49 +02:00
prune.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
read_chunk.rs make ReadChunk not require mutable self. 2020-07-03 07:37:29 +02:00
verify.rs DataStore::load_manifest: also return CryptMode 2020-07-08 09:19:53 +02:00