proxmox-backup/src/backup
Dominik Csapak 179145dc24 backup/datastore: move manifest locking to /run
this fixes the issue that on some filesystems, you cannot recursively
remove a directory when you hold a lock on a file inside (e.g. nfs/cifs)

it is not really backwards compatible (so during an upgrade, there
could be two daemons have the lock), but since the locking was
broken before (see previous patch) it should not really matter
(also it seems very unlikely that someone will trigger this)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-12-03 09:56:42 +01:00
..
async_index_reader.rs AsyncIndexReader: avoid memcpy, add clippy lint fixup comment 2020-10-14 14:10:28 +02:00
backup_info.rs remove BackupGroup::list_groups 2020-12-01 06:09:44 +01:00
catalog.rs fix #2998: encode mtime as i64 instead of u64 2020-10-29 08:51:10 +01:00
catalog_shell.rs pxar: better error handling on extract 2020-08-03 09:40:55 +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 gc: shorten progress messages 2020-12-01 06:04:13 +01:00
chunk_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
chunker.rs datastore/chunker: fix comment typos 2020-07-22 16:12:49 +02:00
crypt_config.rs fingerprint: add new() method 2020-11-25 07:57:39 +01: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.rs src/backup/data_blob.rs: add is_encrypted helper 2020-09-24 13:00:16 +02: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 backup/datastore: move manifest locking to /run 2020-12-03 09:56:42 +01:00
dynamic_index.rs cleanup clippy leftovers 2020-11-12 09:43:38 +01:00
file_formats.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
fixed_index.rs minor cleanup 2020-11-30 11:25:53 +01:00
index.rs implement AsyncSeek for AsyncIndexReader 2020-07-22 17:28:49 +02:00
key_derivation.rs cleanup: remove dead code 2020-11-24 08:03:00 +01:00
manifest.rs manifest: check fingerprint when loading with key 2020-11-24 07:49:51 +01:00
prune.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02: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 verify: use same progress as pull 2020-12-01 06:22:55 +01:00