]> git.proxmox.com Git - proxmox-backup.git/history - src/server/pull.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / src / server / pull.rs
2024-03-25 Christian Ebnerserver: sync job: include removed vanished stats
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2024-03-07 Christian Ebnerserver: sync job: format downloaded amount in human...
2024-03-07 Christian Ebnerserver: sync job: return `PullStats` for pull related...
2024-02-13 Maximiliano Sandovalremove needless borrows
2024-01-10 Wolfgang Bumillercleanup manual unwrap_or_default()
2024-01-10 Philipp Hufnaglfix #4315: jobs: modify GroupFilter so include/exclude...
2023-11-30 Fabian Grünbichlersync: fix source store+namespace printing
2023-11-30 Fabian Grünbichlersync: fix recursive remote sync
2023-11-28 Hannes Laimerpull: fix permission checks for local syncs
2023-11-25 Hannes Laimerpull: add support for pulling from local datastore
2023-11-25 Hannes Laimerpull: refactor pulling from a datastore
2023-11-25 Hannes Laimeraccept a ref to a HttpClient
2023-04-24 Fabian Grünbichlerpull: impl Display for SkipReason
2023-04-24 Stefan Hanreichsync job: pull: improve log output
2023-04-24 Stefan Hanreichpartial fix #3701: sync job: pull: add transfer-last...
2022-12-06 Wolfgang Bumillertree-wide: bump edition to 2021
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-07-28 Wolfgang Bumillerlower PullParameters to pub(crate), allow too_many_para...
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
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ünbichlersync/pull: cleanup priv checks and logging
2022-05-25 Fabian Grünbichlerpriv checks: use priv_to_priv_names and include path
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-16 Fabian Grünbichlerpull: use API BackupDir for log messages
2022-05-15 Thomas Lamprechtnamespace deletion: make destroying groups separate...
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-13 Fabian Grünbichlerpull/sync: clamp (local) max-depth if unset
2022-05-13 Fabian Grünbichlernamespaces: move max-depth check to api type
2022-05-13 Fabian Grünbichlerpull/sync: correctly query with remote-ns as parent
2022-05-12 Fabian Grünbichlerpull/sync: detect remote lack of namespace support
2022-05-12 Fabian Grünbichlerpull/sync: treat unset max-depth as full recursion
2022-05-12 Fabian Grünbichlerpull: pass params as non-ref in pull_store
2022-05-12 Thomas Lamprechtpull group: add error context for cleanup_unreferenced_...
2022-05-12 Thomas Lamprechtsync: pull snapshot: use template variables for bloat...
2022-05-12 Thomas Lamprechtdatastore: move cleanup_unreferenced_files to BackupDir...
2022-05-12 Fabian Grünbichlersync/pull: make namespace aware
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-05-02 Fabian Grünbichlerpull: add some comments
2022-05-02 Fabian Grünbichlerpull: remove unnecessary `pub` visibility
2022-05-02 Fabian Grünbichlerpull: filter local removal candidates by owner
2022-04-21 Thomas Lamprechtserver pull: fix comment w.r.t. initial downloaded...
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-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 Lamprechtserver: rustfmt
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-02-14 Dietmar MaurerParallelHandler: avoid re-export (cleanup)
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-23 Dietmar Maurersync job: correctly apply rate limit
2021-11-22 Dietmar Maureruse RateLimitConfig for HttpClient and pull
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Fabian Grünbichlerfix #sync.cfg/pull: don't remove by default
2021-11-18 Fabian Grünbichlerpull: allow pulling groups selectively
2021-11-18 Fabian Grünbichlerpull/sync: extract passed along vars into struct
2021-11-18 Fabian Grünbichlerpull: use BackupGroup consistently
2021-10-28 Dominik Csapakpull_store/group: dont try remove locally protected...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-09 Wolfgang Bumillermove client::pull to server::pull