From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 9138F1FF13B for ; Mon, 08 Jun 2026 13:07:33 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5BE961A1F4; Mon, 8 Jun 2026 13:07:33 +0200 (CEST) From: Thomas Lamprecht To: pmg-devel@lists.proxmox.com, Stoiko Ivanov Subject: applied: [PATCH pve-common/pmg-api/pmg-docs/pmg-gui 00/15] fix #3226: add support for encrypted backups Date: Mon, 8 Jun 2026 13:01:40 +0200 Message-ID: <178091648799.2758175.16207934550124717432.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260603180445.98770-1-s.ivanov@proxmox.com> References: <20260603180445.98770-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1780916805886 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.120 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: U5TU5FYDNTMR4TY2STSW4RVTRLXUEW26 X-Message-ID-Hash: U5TU5FYDNTMR4TY2STSW4RVTRLXUEW26 X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Wed, 03 Jun 2026 20:03:02 +0200, Stoiko Ivanov wrote: > The following series adds support for adding an encryption-key to a pbs-remote > used for pmg backups. It aims for feature-parity with the encryption settings > and UX for pbs storages in pve. > > The code was mostly copied from pve-storage and pve-manager, with minimal > adaptations. > > [...] Applied, thanks! [pmg-api] [1/7] api: pbs remote: fix delete_password invocation commit: 161716c3a5c82f67a4e3e0b0d091f28243389181 [2/7] fix #3226: pbs backup: remote: add encryption key support commit: 55da11e1a53344e722c59b5977af051570f24c98 [3/7] pbs: job: add encrypted state to snapshot listing commit: a7abb553866b64553acbc5ec7195bb172dc135c0 [4/7] pbs: job: add verification state to snapshot listing commit: 836fb2c2d1b0c92a1fb5acc125e32ae3a6190e4b [5/7] pmgbackup: add encypted and verification state to output commit: 598cc54a6e2442bd8bc544cf0055bc704600f931 [6/7] api: pbs remote create/update: return parts of the configuration commit: a56fa6adb2735fa6c2031973fcfeeb625535de0f [7/7] api: pmgbackup: add master-pubkey properties commit: 01119b9255ea6d293b98d03429847064a63af28d [pmg-docs] [1/1] pmgbackup: minimally document support for encrypted backups commit: cf25c1ddd60d667693b3507d5df8c65c9028008e [pmg-gui] [1/5] pbs: snapshotview: add missing gettext invocations commit: 44fc4110c16e46a4935d0ba28dd19dc2df1e7468 [2/5] utils: copy pbs helpers from pve-manager commit: 9627e0a78cc94b99ab1b1ba5b00db5f2e0adef33 [3/5] fix #3326: ui: pbs remote: add encryption tab to edit window commit: 14f0938cfb082367662d9798ceb92f357fe07141 [4/5] ui: pbs remote: allow to downloading/print new encryption key commit: 629cf490b52747cb35686676eec53bf116303e48 [5/5] ui: pbs snapshotview: add encryption and verification state commit: 5bcb719bf63128fe1db1d303577e782f7e6224e1