]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore/src/datastore.rs
split the namespace out of BackupGroup/Dir api types
[proxmox-backup.git] / pbs-datastore / src / datastore.rs
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 Thomas Lamprechtdatastore: add helpers to destroy whole namespaces
2022-05-12 Thomas Lamprechtdatastore: add single-level and recursive namespace...
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
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 Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
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: move list_backup_groups into Datastore impl
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
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-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-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-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakbackup/datastore: prevent protected snapshots to be...
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate