]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore/src/backup_info.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / pbs-datastore / src / backup_info.rs
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2022-12-06 Wolfgang Bumillertree-wide: bump edition to 2021
2022-09-12 Stefan Sterzfix: datastore: make relative_group_path() return relat...
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerdatastore: add BackupGroup::exists helper
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-16 Fabian GrünbichlerBackupDir/BackupGroup: add ns to Debug impl
2022-05-16 Fabian GrünbichlerBackupGroup: stop implementing Display
2022-05-16 Fabian GrünbichlerBackupDir: stop implementing Display
2022-05-16 Fabian GrünbichlerBackupDir: fix manifest_lock_path
2022-05-16 Fabian GrünbichlerBackupDir: add group/dir accessors
2022-05-15 Thomas Lamprechtdatastore: clippy fixes
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 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Wolfgang Bumillerdatastore: include namespace in full_path
2022-05-12 Wolfgang Bumillerdatastore: add backup_ns accessor
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
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: replace manual path assembly by group/dir...
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: 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-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-18 Fabian GrünbichlerBackupGroup: add filter helper
2021-10-28 Dominik Csapakpbs-datastore: add protection info to BackupInfo
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
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