]> git.proxmox.com Git - proxmox-backup.git/history - src/backup
d/control: add ',' after qrencode dependency
[proxmox-backup.git] / src / backup /
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...
2020-07-30 Stefan Reiterbackup: use flock on backup group to forbid multiple...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
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-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - again, avoid recursiv...
2020-07-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - avoid recursive call...
2020-07-23 Thomas Lamprechtbackup manifest: make lookup_file_info public
2020-07-22 Thomas Lamprechtfixed index: chunk_from_offset: avoid slow modulo operation
2020-07-22 Stefan Reiterremove BufferedFixedReader interface
2020-07-22 Stefan Reiterimplement AsyncSeek for AsyncIndexReader
2020-07-22 Stefan Reiteradd and implement chunk_from_offset for IndexFile
2020-07-22 Thomas Lamprechtdatastore/chunker: fix comment typos
2020-07-22 Thomas Lamprechtbackup: list images: handle walkdir error, catch "lost...
2020-07-22 Thomas Lamprechtdatastore: fix typo
2020-07-22 Fabian Grünbichlerfix #2871: close FDs when scanning backup group
2020-07-21 Aaron Lautererchunk_store: Fix typo in bail message
2020-07-20 Fabian Grünbichlermanifest: revert canonicalization to old behaviour
2020-07-15 Dominik Csapakcatalog_shell: add exit command
2020-07-10 Dietmar Maurersrc/backup/data_blob_reader.rs: avoid unwrap() - return...
2020-07-10 Dietmar Maurersrc/backup/manifest.rs: fix signature (exclude 'signatu...
2020-07-09 Stoiko Ivanovdatastore: chown base dir on creation
2020-07-09 Wolfgang Bumillerminor optimization to 'to_canonical_json'
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: add default toömake it compatib...
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: rename into_string -> to_string
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: use serde_json::from_value...
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: cleanup signature generation
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-08 Dietmar Maurersrc/backup/file_formats.rs: remove signed chunks
2020-07-08 Wolfgang Bumillerclient: introduce --keyfd parameter
2020-07-08 Dietmar Maurersrc/backup/crypt_config.rs - compute_digest: make it...
2020-07-08 Wolfgang Bumillerclient: xdg usage: place() vs find()
2020-07-08 Dietmar Maurersrc/client/backup_writer.rs - upload_stream: add crypt_mode
2020-07-08 Wolfgang BumillerDataStore::load_manifest: also return CryptMode
2020-07-08 Wolfgang Bumilleradd DataBlob::crypt_mode
2020-07-08 Wolfgang Bumillerremove CryptMode::sign_only special method
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: support old encrypted property
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-07-06 Wolfgang Bumillerminor style & whitespace fixups
next