]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/verify.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / backup / verify.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar MaurerWorkerTaskContext: make it Send + Sync
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar MaurerWorkerTaskContext: add shutdown_requested() and fail_on...
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-06-28 Dominik Csapakbackup/datastore: refactor chunk inode sorting to the...
2021-06-28 Hannes Laimerverify-job: move snapshot filter into function
2021-04-15 Thomas Lamprechtbackup verify: do not check every loop iteration for...
2021-04-15 Thomas Lamprechtbackup verify: unify check if chunk can be skipped
2021-04-15 Thomas Lamprechtbackup verify: re-check if we can skip a chunk in the...
2021-04-14 Thomas Lamprechtverify: add comment for inode sorting
2021-04-14 Thomas Lamprechtverify: partially rust fmt
2021-04-14 Dominik Csapakbackup/verify: improve speed by sorting chunks by inode
2021-01-26 Fabian Grünbichlerverify: factor out common parameters
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2020-12-01 Fabian Grünbichlerverify: use same progress as pull
2020-12-01 Fabian Grünbichlerremove BackupGroup::list_groups
2020-11-10 Fabian Grünbichlerverify: cleanup logging order/messages
2020-11-10 Fabian Grünbichlerverify: log/warn on invalid owner
2020-11-10 Fabian Grünbichlerfix #3060:: improve get_owner error handling
2020-10-30 Fabian Grünbichlerverify: introduce & use new Datastore.Verify privilege
2020-10-29 Dietmar Maurerverify: directly pass manifest to filter function
2020-10-28 Thomas Lamprechtdo_verification_job: fix "never-reverify" and refactor...
2020-10-28 Dietmar Maurerverify: avoid generics and use &dyn Fn() for filter
2020-10-28 Dietmar Maurerverify: improve code reuse, fix filter function
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-21 Hannes Laimerapi2: add verification admin endpoint and do_verificati...
2020-10-20 Stefan Reiteradd verify_backup_dir_with_lock for callers already...
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-15 Stefan Reiterdatastore: remove load_manifest_json
2020-10-15 Stefan Reiterverify: acquire shared snapshot flock and skip on error
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-09-26 Dietmar Maurersrc/backup/verify.rs: use ParallelHandler to verify...
2020-09-26 Dietmar Maurersrc/backup/verify.rs: cleanup use clause
2020-09-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-10 Dietmar Maurerverify: fix done count
2020-09-10 Dietmar Maurerverify: skip benchmark directory
2020-09-08 Dietmar Maurercleanup rename_corrupted_chunk: avoid duplicate format...
2020-09-08 Stefan Reiterverify: rename corrupted chunks with .bad extension
2020-09-08 Stefan Reiterverify: fix log units
2020-09-02 Dietmar Maurerverify: also fail on server shutdown
2020-09-02 Dietmar Maurerverify: log progress
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use global hashes (instead of...
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use separate thread to load data
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Dietmar Maurerverify: speedup - only verify chunks once
2020-08-25 Dietmar Maurerverify: sort backup groups
2020-08-11 Fabian Grünbichlerverify: also check chunk CryptMode
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-07-31 Dietmar Maurercleanup: manifest is always CryptMode::None
2020-07-30 Dominik Csapakverify: keep track and log which dirs failed the verifi...
2020-07-30 Dominik Csapakverify: keep also track of corrupt chunks
2020-07-30 Dominik Csapakverify: check all chunks of an index, even if we encoun...
2020-07-29 Dietmar Maurersrc/backup/verify.rs: try to verify chunks only once
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-08 Wolfgang BumillerDataStore::load_manifest: also return CryptMode
2020-06-26 Dietmar Maurersrc/backup/verify.rs: do not stop on server shutdown
2020-06-26 Dietmar Maurersrc/backup/index.rs: add chunk_info method
2020-06-25 Dietmar Maurerallow to abort verify jobs
2020-06-24 Dietmar Maurersrc/api2/admin/datastore.rs: add verify api