]> git.proxmox.com Git - proxmox-backup.git/history - src/backup
api: datastore create: allow re-using existing dirs if empty & not a mountpoint
[proxmox-backup.git] / src / backup /
2023-02-08 Fabian Grünbichlerverify/protect: improve error on disappearing snapshots
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-06-05 Thomas Lamprechttree wide: typo fixes through codespell
2022-05-27 Thomas Lamprechtapi: namespace list: fix restrictive priv checking
2022-05-26 Thomas Lamprechtapi: move can_access_any_namespace helper to hierarchy
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlermove and unify namespace priv helpers
2022-05-25 Fabian Grünbichlerpriv handling: use DatastoreWithNamespace
2022-05-19 Thomas Lamprechtverify filter: improve comment
2022-05-19 Thomas Lamprechtverify all: adhere to NS privs for non-owned groups
2022-05-19 Thomas Lamprechtaccessible group iter: rename "new" to "new_owned"
2022-05-19 Thomas Lamprechtaccessible group iter: add owner override and owner...
2022-05-19 Thomas Lamprechtaccessible group iter: allow NS descending with DATASTO...
2022-05-18 Thomas LamprechtRevert "verify: allow '0' days for reverification"
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian Grünbichlertape/verify: use print_ns_and_snapshot
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-14 Thomas Lamprechthierachy: ListAccessibleBackupGroups make store also...
2022-05-13 Thomas Lamprechtcargo fmt
2022-05-13 Thomas Lamprechthierachy: add lifetime to ListAccessibleBackupGroups...
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Thomas Lamprechtadd ns-recursive and acl/authid aware backup group...
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
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-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerdatastore: drop Ord from BackupGroup
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtbackup: switch over to streaming Iterator improving...
2022-04-15 Thomas Lamprechtreplace deprecated list_backup_group from BackupInfo...
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-02-14 Dietmar MaurerParallelHandler: avoid re-export (cleanup)
2022-01-27 Dominik Csapakverify: allow '0' days for reverification
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
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 MaurerWorkerTaskContext: make it Send + Sync
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-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-14 Dietmar Maurermove src/tape/helpers/snapshot_reader.rs to src/backup...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-07-21 Wolfgang Bumillermove CachedChunkReader to pbs-datastore
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-21 Dietmar Maurerfix regression test file permission problems
2021-07-20 Dietmar Maureradd helpers to write configuration files
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-20 Wolfgang Bumillermove lru cachers to pbs-tools
2021-07-20 Wolfgang Bumillermove ChunkStream to pbs-client
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-16 Dominik Csapakserver/prune_job: add proper permission checks to ...
2021-07-16 Dominik Csapakbackup/datastore: refactor check_backup_owner there
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 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 Bumilleradd pbs-api-types subcrate, move key_derivation
2021-07-06 Wolfgang Bumilleradd pbs-datastore module
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-07-06 Wolfgang Bumillertree-wide: switch to using mod.rs
2021-06-28 Dominik Csapakbackup/datastore: refactor chunk inode sorting to the...
2021-06-28 Hannes Laimerverify-job: move snapshot filter into function
2021-06-14 Fabian Grünbichlerupdate to zstd 0.6
2021-06-08 Stefan Reiterbackup: remove AsyncIndexReader
2021-06-08 Stefan Reiterbackup: add AsyncRead/Seek to CachedChunkReader
2021-06-08 Stefan Reiterbackup: add CachedChunkReader utilizing AsyncLruCache
2021-06-04 Dominik Csapakbackup/chunk_store: optionally log progress on creation
2021-06-04 Dominik Csapakproxmox-backup-proxy: fix leftover references on datast...
2021-05-07 Dietmar Maurermove api related type/regx definition from backup_info...
2021-05-07 Dominik Csapakapi2/types: add TAPE_RESTORE_SNAPSHOT_SCHEMA
2021-05-07 Fabian Grünbichlerprogress: shorter format
2021-05-07 Fabian Grünbichlerprogress: add current group to output
2021-05-07 Fabian Grünbichlerfix #3331: improve progress for last snapshot in group
2021-04-30 Hannes Laimeradd ctime and size function to IndexFile trait
2021-04-29 Wolfgang Bumillercatalog shell: replace LoopState with ControlFlow
2021-04-16 Dietmar Maurertape restore: avoid multiple stat calls for same chunk
2021-04-16 Dietmar Maurertape restore: verify if all chunks exist
2021-04-15 Thomas Lamprechtbackup verify: do not check every loop iteration for...
2021-04-15 Thomas Lamprechtbackup verify: unify check if chunk can be skipped
2021-04-15 Thomas Lamprechtbackup verify: re-check if we can skip a chunk in the...
2021-04-14 Thomas Lamprechtverify: add comment for inode sorting
2021-04-14 Thomas Lamprechtverify: partially rust fmt
2021-04-14 Dominik Csapakbackup/verify: improve speed by sorting chunks by inode
next