]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore/src
namespace deletion: make destroying groups separate choice
[proxmox-backup.git] / pbs-datastore / src /
2022-05-15 Thomas Lamprechtnamespace deletion: make destroying groups separate...
2022-05-15 Stefan Sterzfix #4001: datastore/catalog: add number of files to...
2022-05-13 Dominik Csapakapi: tape/restore: check and create target namespace
2022-05-12 Thomas Lamprechtdatastore: drop bogus chunk size check, can cause trouble
2022-05-12 Thomas Lamprechtdatastore: add new Lookup for operations tracking
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtdatastore: move cleanup_unreferenced_files to BackupDir...
2022-05-12 Wolfgang Bumillerdatastore: minor cleanup
2022-05-12 Wolfgang Bumillerdatastore: relative path fixup
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtdatastore: add max-depth to recursive namespace iter
2022-05-12 Thomas Lamprechtdatastore: add create_namespace
2022-05-12 Wolfgang Bumillerdatastore: include namespace in full_path
2022-05-12 Thomas Lamprechtdatastore: add helpers to destroy whole namespaces
2022-05-12 Thomas Lamprechtdatastore: add single-level and recursive namespace...
2022-05-12 Wolfgang Bumillerdatastore: add backup_ns accessor
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-05-10 Thomas Lamprechtdatastore: chunk store: leverage new format str variabl...
2022-05-10 Dominik Csapakchunk_store: insert_chunk: write chunk again if it...
2022-04-28 Thomas Lamprechtcargo fmt
2022-04-24 Thomas Lamprechtdatastore: move blob loading into BackupDir impl and...
2022-04-24 Thomas Lamprechtdatastore: move destroying group or dir into respective...
2022-04-24 Thomas Lamprechtdatastore: move manifest locking into BackupDir impl
2022-04-24 Thomas Lamprechtdatastore: s/fail_if_not_exist/assert_exists/
2022-04-24 Thomas Lamprechtdatastore: improve backup group/snapshot iters
2022-04-24 Thomas Lamprechtdatastore: replace manual path assembly by group/dir...
2022-04-24 Thomas Lamprechtdatastore: list snapshots iter: report group dir in...
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerdatastore: cleanup and document backup group/dir openers
2022-04-20 Wolfgang Bumillerdatastore: drop Hash from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop PartialEq and PartialOrd from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop Eq and PartialEq from BackupDir
2022-04-20 Wolfgang Bumillerdatastore: drop Ord from BackupGroup
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-20 Wolfgang Bumillerdatastore: remove unused list_files function
2022-04-20 Wolfgang Bumillerdatastore: move last_backup from BackupInfo to BackupGroup
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtdatastore: add snapshot iterator and provide example
2022-04-15 Thomas Lamprechtdatastore: add helper to get a iterator for backup...
2022-04-15 Thomas Lamprechtdatastore: implement Iterator for backup group listing
2022-04-15 Thomas Lamprechtdatastore: backup info: drop deprecated list_backup_groups
2022-04-15 Thomas Lamprechtdatastore: move list_backup_groups into Datastore impl
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
2022-04-12 Wolfgang Bumillertree-wide: replace serde_json::from_value(a_value.clone())
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerpbs-datastore: add active operations tracking
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-01 Dominik Csapakpbs-datastore: use ConfigVersionCache for datastore
2022-02-23 Dominik Csapakdatastore: add tuning option for chunk order
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-18 Dominik Csapaktape/pool_writer: skip already backed up chunks in...
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlertree-wide: cleanup manual map/flatten
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-25 Dietmar Maurerremove trait BufferedRead from pbs-tools/src/io.rs
2021-11-24 Dietmar Maurerpbs-datastore: use hex::serde feature
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-20 Thomas Lamprechtmove HumanByte to pbs-abi-types crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Fabian GrünbichlerBackupGroup: add filter helper
2021-10-28 Dominik CsapakPruneMark: implement display without the write! macro
2021-10-28 Dominik CsapakPruneMark: use copied values instead of references
2021-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakbackup/datastore: prevent protected snapshots to be...
2021-10-28 Dominik Csapakadd protected info of snapshots to api and task logs
2021-10-28 Dominik Csapakpbs-datastore: skip protected backups in pruning
2021-10-28 Dominik Csapakpbs-datastore: add protection info to BackupInfo
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Wolfgang Bumillerpbs-tools: drop borrow module
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/read_chunk.rs to pbs-datastore/src...
2021-09-27 Dietmar Maurermove src/backup/snapshot_reader.rs to pbs_datastore...
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-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-08 Dietmar Maurerremove dead code
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-07 Dietmar Maurermove data_blob encode/decode from crypt_config.rs to...
2021-09-07 Dietmar Maurermove Kdf and KeyInfo to pbs_api_types workspace
2021-09-01 Wolfgang Bumillerfixup imports in tests and examples
2021-08-31 Wolfgang Bumillermake api2::helpers::list_dir_content a CatalogReader...
2021-08-31 Wolfgang Bumillermove some more API types
2021-07-21 Wolfgang Bumillermove CachedChunkReader to pbs-datastore
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-16 Dominik Csapakpbs-datastore/prune: make PruneOptions an api type
2021-07-13 Dominik Csapakchunk_store/insert_chunk: add more information to file...
2021-07-09 Wolfgang Bumillermove more api types for the client
2021-07-09 Wolfgang Bumillermoving more code to pbs-datastore
2021-07-09 Wolfgang Bumillermove chunk_stat, read_chunk to pbs-datastore
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-07 Wolfgang Bumillertest fixups
2021-07-07 Wolfgang Bumillermove manifest and backup_info to pbs-datastore
2021-07-07 Wolfgang Bumillermove backup id related types to pbs-api-types
2021-07-07 Wolfgang Bumillermove TaskState trait to pbs-datastore
2021-07-07 Wolfgang Bumilleradd pbs-api-types subcrate, move key_derivation
2021-07-06 Wolfgang Bumilleradd pbs-datastore module