[pbs-devel] [PATCH proxmox-backup v3 0/3] [PATCH proxmox-backup v2 0/3] fix #4315: datastore: Exclude entries from sync
Philipp Hufnagl
p.hufnagl at proxmox.com
Tue Nov 28 11:40:19 CET 2023
This allows to use Group Filter for sync jobs so matches can not just be
included but also excluded. For this the "group-filter" configuration
syntax has been extended with an optional "behaviour" parameter.
this can be "include" or "exclude". First, all include filter will be
applied, then all exclude filter.
Signed-off-by: Philipp Hufnagl <p.hufnagl at proxmox.com>
---
Changes since v2:
* rebase to new master
* change docu as suggested
* make list for filter smaller
Changes since v1:
* rename behaviour in behavior
* modify behavior, so that first all include filter will be executed,
then all exlude one
Philipp Hufnagl (3):
fix #4315: jobs: modify GroupFilter so include/exclude is tracked
ui: Show if Filter includes or excludes
docs: document new include/exclude paramenter
docs/managing-remotes.rst | 13 ++
pbs-api-types/src/datastore.rs | 11 +-
pbs-api-types/src/jobs.rs | 64 +++++++--
src/api2/pull.rs | 11 +-
src/api2/tape/backup.rs | 8 +-
src/server/pull.rs | 8 +-
www/form/GroupFilter.js | 233 ++++++++++++++++++++++++---------
7 files changed, 262 insertions(+), 86 deletions(-)
--
2.39.2
More information about the pbs-devel
mailing list