[pbs-devel] [PATCH proxmox-backup v5 0/4] fix #4315: datastore: Exclude entries from sync
Lukas Wagner
l.wagner at proxmox.com
Tue Dec 19 14:25:18 CET 2023
On 12/18/23 16:36, Philipp Hufnagl wrote:
> 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. If no include filters exist, all will
> be considered included.
>
> Signed-off-by: Philipp Hufnagl <p.hufnagl at proxmox.com>
> ---
>
> Changes since v4:
> * add testing
> * refactor apply filter logic to reduce duplicaton
> * split filter in incude/exclude lists
>
Gave this another test on the latest master, now the issue with only
include filters is fixed.
There are some minor issues in the code that I would like to see fixed
before this goes in.
--
- Lukas
More information about the pbs-devel
mailing list