From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id E26271FF2F6 for ; Wed, 29 May 2024 14:07:32 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 621BA53E7; Wed, 29 May 2024 14:07:57 +0200 (CEST) From: Christian Ebner To: pve-devel@lists.proxmox.com Date: Wed, 29 May 2024 14:07:10 +0200 Message-Id: <20240529120714.253120-1-c.ebner@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.028 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com, common.pm, lxc.pm] Subject: [pve-devel] [PATCH v2 pve-guest-common pve-container pve-manager 0/4] change-detection-mode for PBS X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" This patch series defines the vzdump configuration description as well as backup job configuration option in the WebUI to set the experimental `change-detection-mode` parameter to the proxmox-backup-client invocation for container backups having a Proxmox Backup Server storage target. This allows to either set the parameter to the node wide vzdump.conf or on a per job level. The following shows an exemplary job configuration taken from /etc/pve/jobs.cfg: ``` vzdump: backup-ab2edf62-d43c schedule yearly compress zstd enabled 1 fleecing 0 mode snapshot notes-template {{guestname}} pbs-change-detection-mode metadata storage pbs-local vmid 100 ``` This patches depend on a proxmox-backup-client compiled with the following patch series applied: https://lists.proxmox.com/pipermail/pbs-devel/2024-May/009526.html pve-guest-common: Christian Ebner (1): vzdump: add PBS change detection mode configuration src/PVE/VZDump/Common.pm | 8 ++++++++ 1 file changed, 8 insertions(+) pve-container: Christian Ebner (1): vzdump: conditionally set PBS change detection mode option src/PVE/VZDump/LXC.pm | 2 ++ 1 file changed, 2 insertions(+) pve-manager: Christian Ebner (2): www: advanced backup: add pbs change detection mode selector vzdump: add pbs-change-detection-mode to config template configs/vzdump.conf | 1 + www/manager6/panel/BackupAdvancedOptions.js | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel