proxmox-backup/src/backup
Dominik Csapak 4cf0ced950 add LocalDynamicReadAt
mostly copied from BufferedDynamicReadAt from proxmox-backup-client
but the reader is wrapped in an Arc in addition to the Mutex

we will use this for local access to a pxar behind a didx file

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-06-24 07:05:31 +02:00
..
async_index_reader.rs add AsyncReaderStream 2020-06-23 06:33:31 +02:00
backup_info.rs cleanup: implement FromStr for BackupGroup 2020-06-23 08:16:56 +02:00
catalog_shell.rs reuse some extractor code in catalog shell 2020-06-16 10:54:54 +02:00
catalog.rs catalog: don't panic on invalid file mtimes 2020-06-16 11:25:54 +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 switch from failure to anyhow 2020-04-17 18:43:30 +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 impl Sync for DataBlobReader 2020-06-19 08:37:47 +02:00
data_blob_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
data_blob.rs src/backup/data_blob.rs: cleanup - improve code reuse 2020-06-24 06:56:48 +02:00
datastore.rs src/backup/datastore.rs: add new helpers to load blobs and verify chunks 2020-06-24 06:58:14 +02:00
dynamic_index.rs add LocalDynamicReadAt 2020-06-24 07:05:31 +02: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 refactor time functions to tools 2020-06-10 13:31:10 +02:00
index.rs switch to external pxar and fuse crates 2020-06-08 13:56:58 +02:00
key_derivation.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
manifest.rs add encrypted info to Manifest 2020-06-19 07:35:39 +02:00
prune.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
read_chunk.rs remove debug prints 2020-06-23 06:33:58 +02:00