]> git.proxmox.com Git - proxmox-backup.git/history - src/backup
ui: datastores: hide "no datastore" box by default
[proxmox-backup.git] / src / backup /
2020-11-12 Wolfgang Bumillercleanup clippy leftovers
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-11-03 Dietmar Maurercleanup: use const_regex, use BACKUP_ID_REGEX for api too
2020-11-03 Dominik Csapakfix #3039: use the same ID regex for info and api
2020-11-02 Dominik Csapakbackup/{dynamic, fixed}_index: improve error message...
2020-11-02 Thomas Lamprechtgc: mark_used_chunks: reduce implementation noise
2020-11-02 Dominik Csapakgarbage collect: improve index error messages
2020-10-30 Fabian Grünbichlerverify: introduce & use new Datastore.Verify privilege
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Thomas LamprechtGC: improve task logs
2020-10-29 Thomas LamprechtGC: fix logging leftover bad chunks
2020-10-29 Dietmar Maurergarbage_collection: log deduplication factor
2020-10-29 Dietmar Maurergarbage_collection: log bad chunks (still_bad value)
2020-10-29 Dominik Csapakfix #2998: encode mtime as i64 instead of u64
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-27 Dominik Csapakbackup/datastore: save garbage collection status to...
2020-10-27 Dominik Csapakbackup/datastore: count still bad chunks for the status
2020-10-21 Hannes Laimerapi2: add verification admin endpoint and do_verificati...
2020-10-20 Stefan Reiterfix #2988: allow verification after finishing a snapshot
2020-10-20 Stefan Reiteradd verify_backup_dir_with_lock for callers already...
2020-10-20 Fabian Grünbichlerunbreak build
2020-10-20 Stefan Reiterdatastore: cleanup open and load config only once
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-16 Dietmar Maurermark_used_chunks: simply ignore vanished files
2020-10-15 Stefan Reiterdatastore: remove individual snapshots before group
2020-10-15 Stefan Reiterdatastore: remove load_manifest_json
2020-10-15 Stefan Reiterverify: acquire shared snapshot flock and skip on error
2020-10-15 Stefan Reiterreader: acquire shared flock on open snapshot
2020-10-14 Wolfgang BumillerAsyncIndexReader: avoid memcpy, add clippy lint fixup...
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-10-09 Thomas Lamprechtbackup: index readers: drop useless shared lock
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-10-01 Thomas Lamprechtdatastore: gc: avoid unsafe call into libc, use epoch_i...
2020-10-01 Thomas Lamprechtdatastore: gc: comment exclusive process lock
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-24 Dietmar Maurersrc/backup/data_blob.rs: add is_encrypted helper
2020-09-24 Dietmar Maurersrc/backup/data_blob.rs: improve decompress speed
2020-09-19 Dietmar Maurersrc/backup/chunk_store.rs: disable debug output
2020-09-19 Dietmar Maurersrc/backup/datastore.rs - open_with_path: use Path...
2020-09-19 Dietmar Maurersrc/backup/datastore.rs: new method open_with_path
2020-09-16 Dietmar Maurersrc/backup/data_blob.rs: expose verify_crc again
2020-09-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-15 Dietmar Maurerrename BackupDir::new_with_group to BackupDir::with_group
2020-09-15 Dietmar Maurersrc/backup/backup_info.rs: new BackupDir::with_rfc3339
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-09-11 Fabian Grünbichleruse non-panicky timestamp_opt where appropriate
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-09-11 Fabian Grünbichlercatalog dump: preserve original mtime
2020-09-10 Dietmar Maurerverify: fix done count
2020-09-10 Dietmar Maurerverify: skip benchmark directory
2020-09-10 Dietmar Maurersrc/backup/chunk_store.rs: use ? insteadf of unwrap
2020-09-10 Stefan Reiterclean up .bad file handling in sweep_unused_chunks
2020-09-08 Stefan Reiterbackup: touch all chunks, even if they exist
2020-09-08 Stefan Reitergc: remove .bad files on garbage collect
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 Maurergc: improve percentage done logs
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/data_blob.rs: avoid useless &, data is alrea...
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use separate thread to load data
2020-08-27 Thomas Lamprechtgc: use human readable units for summary
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-25 Dietmar Maurerverify: speedup - only verify chunks once
2020-08-25 Dietmar Maurerverify: sort backup groups
2020-08-17 Wolfgang Bumilleradd methods to allocate a DynamicIndexHeader
2020-08-11 Stefan ReiterRevert "backup: ensure base snapshots are still availab...
2020-08-11 Stefan Reiterbackup: flock snapshot on backup start
2020-08-11 Stefan Reiterdatastore: prevent in-use deletion with locks instead...
2020-08-11 Dietmar Maurersrc/backup/backup_info.rs: remove BackupGroup lock()
2020-08-11 Fabian Grünbichlermark signed manifests as such
2020-08-11 Fabian Grünbichlerverify: also check chunk CryptMode
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-07 Stefan Reiterbackup: only allow finished backups as base snapshot
2020-08-06 Oguz Bektasfix #2909: handle missing chunks gracefully in garbage...
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-04 Aaron LautererGC: use time pre phase1 to calculate min_atime in phase2
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-07-31 Dietmar Maurercleanup: manifest is always CryptMode::None
2020-07-31 Dietmar Maurerlock_file: return std::io::Error
2020-07-31 Dietmar Maurersrc/backup/datastore.rs: add helpers to load/store...
2020-07-30 Dietmar Maurersrc/api2/backup.rs: aquire backup lock earlier in creat...
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-30 Stefan Reiterbackup: ensure base snapshots are still available after...
next