From patchwork Tue May 12 10:08:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9821 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gFC331f0fz3wmq for ; Tue, 12 May 2026 10:08:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gFC326Hzxz6s7 for ; Tue, 12 May 2026 10:08:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gFC325TqJz3076 for ; Tue, 12 May 2026 10:08:14 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gFC301g9kz2xQW for ; Tue, 12 May 2026 10:08:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gFC2y4KzLz6pw; Tue, 12 May 2026 10:08:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778580490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YCWffgyZrZB2fMmJmFea20Cs4yKdd+o00H0n/GL9/1M=; b=XZGvV7WBzNAUPiB1/j8hfb9BtxMszIIp0CWRd3mzSW9kEnWkdtVdNvn4OUjtvT18zBpifh 0VSibUBa9F22+KCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778580490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YCWffgyZrZB2fMmJmFea20Cs4yKdd+o00H0n/GL9/1M=; b=AFe9rqw+wpwP309Nrlc4SjSj0jr8wqDetviC/Xz3QHht8AhoVtdZlVObeO3xoPDfzYY8T/ q/c5gVFU4j900SCSABq2pyZ12RlE+vIJKcEzPIR5uHnPwepMsKQMwJFk8f9Ly2Q9PcSp3K hTpmDZ0FE4yXqUxkNmC4WOXrAYCaLoD0Yfal+0n4FkDdG6WFADdjhsfuBvAaSt48KMyi0q YRnazSUOI5RbxPM/CNL8f3o8HRhHlZolh1DMCA4ydgKPN6D/KxjLmLidRQiu4PpNf9TzdF skW1hHun74z0bjMj7+3OdaL4p4rQlcYDMuiL+8gas6Lsc2zkg2cMzyttFXKEBw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship backup.pl Date: Tue, 12 May 2026 12:08:11 +0200 Message-ID: <20260512100811.40781-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/202/filelists/files b/config/rootfiles/core/202/filelists/files index 93b6ac948..47b2a5a0b 100644 --- a/config/rootfiles/core/202/filelists/files +++ b/config/rootfiles/core/202/filelists/files @@ -10,6 +10,7 @@ srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/services.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/lib/firewall/rules.pl +var/ipfire/backup/bin/backup.pl var/ipfire/backup/include var/ipfire/dns/dnsbl.json var/ipfire/general-functions.pl