From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox{,-backup} 0/6] sync: add strict encryption mode
Date: Wed, 29 Apr 2026 16:09:21 +0200 [thread overview]
Message-ID: <20260429140941.3537494-1-f.gruenbichler@proxmox.com> (raw)
enabling this mode will ensure that encrypted snapshots using keys other than
those configured are not synced.
pull in general is currently a bit stricter than push, erroring out as opposed
to skipping - should we align the behaviour?
proxmox:
Fabian Grünbichler (1):
pbs-api-types: sync job: add strict-encryption-mode
pbs-api-types/src/jobs.rs | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
proxmox-backup:
Fabian Grünbichler (5):
pull: add support for strict decryption checking
push: add support for strict encryption checking
sync: wire up strict encryption mode
ui: add strict-encryption-mode to SyncJobEdit window
docs: sync: add strict encryption mode
docs/managing-remotes.rst | 5 +++++
src/api2/config/sync.rs | 30 +++++++++++++++++++++++++++-
src/api2/pull.rs | 11 +++++++++--
src/api2/push.rs | 9 ++++++++-
src/server/pull.rs | 9 +++++++++
src/server/push.rs | 41 ++++++++++++++++++++++++++++++++++-----
src/server/sync.rs | 1 +
www/window/SyncJobEdit.js | 17 ++++++++++++++++
8 files changed, 114 insertions(+), 9 deletions(-)
Summary over all repositories:
9 files changed, 128 insertions(+), 13 deletions(-)
--
Generated by murpp 0.11.0
next reply other threads:[~2026-04-29 14:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 14:09 Fabian Grünbichler [this message]
2026-04-29 14:09 ` [PATCH proxmox 1/6] pbs-api-types: sync job: add strict-encryption-mode Fabian Grünbichler
2026-04-29 14:09 ` [PATCH proxmox-backup 2/6] pull: add support for strict decryption checking Fabian Grünbichler
2026-04-29 14:09 ` [PATCH proxmox-backup 3/6] push: add support for strict encryption checking Fabian Grünbichler
2026-04-29 14:09 ` [PATCH proxmox-backup 4/6] sync: wire up strict encryption mode Fabian Grünbichler
2026-04-29 14:09 ` [PATCH proxmox-backup 5/6] ui: add strict-encryption-mode to SyncJobEdit window Fabian Grünbichler
2026-04-29 14:09 ` [PATCH proxmox-backup 6/6] docs: sync: add strict encryption mode Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260429140941.3537494-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.