[pbs-devel] [PATCH proxmox-backup v4 0/3] fix #4315: datastore: Exclude entries from sync
Lukas Wagner
l.wagner at proxmox.com
Thu Dec 14 17:22:40 CET 2023
Hi,
quickly tested these changes. Seems to work mostly fine, however ...
On 12/4/23 11:04, 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 v3:
> * increase size of delete icon
> * include all when only exclude filter exist
... this version changes the behavior when only INCLUDES exist...
- before: No groups, except those which match the include filters
- with these patches: All groups are included
--
- Lukas
More information about the pbs-devel
mailing list