]> git.proxmox.com Git - proxmox-backup.git/commit
sync: add group filtering
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 28 Oct 2021 13:00:54 +0000 (15:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Nov 2021 09:36:57 +0000 (10:36 +0100)
commit5f83d3f636f17109ea747be2f26433d9a20ba9cd
treee28c86c6f18225def4dfee78601954f60c1abffb
parent71e534631f110d89a0b643eec5ccc22e76ba5b20
sync: add group filtering

like for manual pulls, but persisted in the sync job config and visible
in the relevant GUI parts.

GUI is read-only for now (and defaults to no filtering on creation), as
this is a rather advanced feature that requires a complex GUI to be
user-friendly (regex-freeform, type-combobox, remote group scanning +
selector with additional freeform input).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pbs-api-types/src/jobs.rs
src/api2/config/sync.rs
src/api2/pull.rs
www/config/SyncView.js
www/window/SyncJobEdit.js