[pbs-devel] [PATCH proxmox-backup v4 0/3] fix #4315: datastore: Exclude entries from sync
Philipp Hufnagl
p.hufnagl at proxmox.com
Fri Dec 15 09:45:28 CET 2023
On 12/14/23 17:22, Lukas Wagner wrote:
> 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
>
>
Thats strange. I actually tested this. Ill check againn and send a new
patch.
More information about the pbs-devel
mailing list