[pbs-devel] applied-series: [PATCH v4 proxmox proxmox-backup 0/5] fix #6072: sync encrypted/verified snapshots only

Thomas Lamprecht t.lamprecht at proxmox.com
Sat Apr 5 19:12:35 CEST 2025


Am 04.04.25 um 15:21 schrieb Christian Ebner:
> This patches implement the logic to selectively synchronize only backup
> snapshots which are encrypted and/or have been verified.
> 
> The implementation exposes this as boolean flags, as the main usecase
> for this feature is to only synchronize verified, therefore considered
> fine backup snapshots or encrypted backup snapshots, to make sure to
> only push encrypted contents to a possibly untrusted remote.
> 
> Link to bugtracker issue:
> https://bugzilla.proxmox.com/show_bug.cgi?id=6072
> 
> proxmox:
> 
> Christian Ebner (1):
>   pbs-api-types: sync: add sync encrypted/verified snapshots only flags
> 
>  pbs-api-types/src/jobs.rs | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> proxmox-backup:
> 
> Christian Ebner (4):
>   api: sync: honor sync jobs encrypted/verified only flags
>   fix #6072: server: sync encrypted or verified snapshots only
>   bin: manager: expose encrypted/verified only flags for cli
>   www: expose encrypted/verified only flags in the sync job edit
> 
>  src/api2/config/sync.rs           | 18 +++++++++++++
>  src/api2/pull.rs                  | 17 +++++++++++-
>  src/api2/push.rs                  | 15 ++++++++++-
>  src/bin/proxmox-backup-manager.rs | 39 +++++++++++++++++++++++++--
>  src/server/pull.rs                | 44 +++++++++++++++++++++++++++----
>  src/server/push.rs                | 23 ++++++++++++++--
>  src/server/sync.rs                | 39 ++++++++++++++++++++++++---
>  www/window/SyncJobEdit.js         | 24 +++++++++++++++++
>  8 files changed, 205 insertions(+), 14 deletions(-)
> 


applied series, some tangentially related minor follow-ups to the sync
job edit window,  thanks!




More information about the pbs-devel mailing list