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 ADFD71FF16B for ; Fri, 7 Nov 2025 12:40:18 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 73086F061; Fri, 7 Nov 2025 12:41:00 +0100 (CET) Message-ID: <223334d9-f7d4-4637-98fc-bc64af680679@proxmox.com> Date: Fri, 7 Nov 2025 12:40:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox Backup Server development discussion , Filip Schauer References: <20251027132450.101103-1-f.schauer@proxmox.com> Content-Language: en-US From: Thomas Lamprecht In-Reply-To: <20251027132450.101103-1-f.schauer@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1762515637750 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.024 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] applied-series: [PATCH proxmox{, -backup} v5 0/5] fix #4995: include symlinks in zip file restore X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" Am 27.10.25 um 14:25 schrieb Filip Schauer: > Include symlinks when restoring files from a backup as a zip file. > > Resulting ZIP files were successfully tested on Linux with: zipinfo, > unzip, unar > > When extracting with Windows Explorer, symlinks appear as regular files > containing the path to the destination. When extracting the ZIP files > with 7-Zip on Windows, symlinks are correctly extracted, provided that > the user has permission to create symlinks. > > proxmox: > > Filip Schauer (3): > compression: zip: add a FileType enum > compression: zip: add support for symlinks > compression: add tests for the ZipEncoder > > proxmox-compression/src/zip.rs | 50 +++++++++---- > proxmox-compression/tests/zip.rs | 118 +++++++++++++++++++++++++++++++ > 2 files changed, 153 insertions(+), 15 deletions(-) > create mode 100644 proxmox-compression/tests/zip.rs > > > proxmox-backup: > > Filip Schauer (2): > pxar: Adopt FileType enum when adding a zip entry > fix #4995: pxar: Include symlinks in zip file creation > > pbs-client/src/pxar/extract.rs | 21 ++++++++++++++++----- > 1 file changed, 16 insertions(+), 5 deletions(-) > > > Summary over all repositories: > 3 files changed, 169 insertions(+), 20 deletions(-) > applied series, thanks! _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel