]> git.proxmox.com Git - proxmox-backup.git/commit
pull: allow pulling groups selectively
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 28 Oct 2021 13:00:53 +0000 (15:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Nov 2021 09:36:57 +0000 (10:36 +0100)
commit71e534631f110d89a0b643eec5ccc22e76ba5b20
tree364270ec83b09b743aeb8f964c731406c44f44c2
parent6e9e6c7a54ef82ee25cd6a5bd25cb494db9da3c9
pull: allow pulling groups selectively

without requiring workarounds based on ownership and limited
visibility/access.

if a group filter is set, remove_vanished will only consider filtered
groups for removal to prevent concurrent disjunct filters from trashing
eachother's synced groups.

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>
src/api2/pull.rs
src/bin/proxmox-backup-manager.rs
src/server/pull.rs