[pbs-devel] [PATCH proxmox-backup 0/7] pull/sync group filter
Dietmar Maurer
dietmar at proxmox.com
Mon Jul 26 10:01:15 CEST 2021
As discussed offline, we want to make the filter more flexible, e.g.:
-group vm/100 # this is what we have now
-group regex:vm/.* # a regex
-group type:ct #all containers
-exclude-groups true # exclude specified groups instead of include
...
On 7/22/21 4:35 PM, Fabian Grünbichler wrote:
> this has been requested a few times on the forum, e.g. for a special
> sync job for the most important groups, or seeding of a new datastore
> with a partial view of an existing one.
>
> while it's possible to achieve similar results with hacky workarounds
> based on group ownership and reduced "visibility", implementing it
> properly is not that complex.
>
> possible future additions in a similar fashion:
> - only sync/pull encrypted snapshots (less trusted off-site location)
> - only sync/pull latest snapshot in each group (fast seeding of new
> datastore)
>
> Fabian Grünbichler (7):
> api-types: add schema for backup group
> pull: allow pulling groups selectively
> sync: add group filtering
> remote: add backup group scanning
> manager: extend sync/pull completion
> manager: render group filter properly
> manager: don't complete sync job ID on creation
>
> pbs-api-types/src/lib.rs | 4 +
> src/api2/config/remote.rs | 69 +++++++++++++++-
> src/api2/config/sync.rs | 22 ++++++
> src/api2/pull.rs | 36 ++++++++-
> src/bin/proxmox-backup-manager.rs | 105 ++++++++++++++++++++++---
> src/bin/proxmox_backup_manager/sync.rs | 22 +++++-
> src/config/sync.rs | 10 +++
> src/server/pull.rs | 24 +++++-
> www/config/SyncView.js | 13 ++-
> www/window/SyncJobEdit.js | 12 +++
> 10 files changed, 295 insertions(+), 22 deletions(-)
>
More information about the pbs-devel
mailing list