From patchwork Tue Apr 1 18:08:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8594 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRwwM6vz9z3xD7 for ; Tue, 1 Apr 2025 18:08:19 +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 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRwwJ1h9Vz5Gk for ; Tue, 1 Apr 2025 18:08:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRwwJ0zWZz331X for ; Tue, 1 Apr 2025 18:08:16 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRww86mcwz337K for ; Tue, 1 Apr 2025 18:08:08 +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 4ZRww82hNLz4Yw; Tue, 1 Apr 2025 18:08:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743530888; 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: in-reply-to:in-reply-to:references:references; bh=wGsSZz5329JiZ2qrp7/W2XY8g0WznaZ+zfdAMZMO36I=; b=MTEph/TNjL2YHi1reFeo9kpY52r2jB49l9XmbfWHenl2liCluLjogv0ScpF2DfAHTK7BXb S7foPjgFfEToYQAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743530888; 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: in-reply-to:in-reply-to:references:references; bh=wGsSZz5329JiZ2qrp7/W2XY8g0WznaZ+zfdAMZMO36I=; b=bYkHuW/jblEJwCVbeEtPyldVmwXBFKJYOisAQgi3NVLE9hhuj10rkqjBsq+hZvQwNjfeFM peNfZJtWr14rOaHvHIlFZgsM/lZvHg7WmsT288eWMpVSKNCZknQ4BFTsfJ0UJVm9797cuQ vEdsvT4WTlvcLR73HuCQam5CCQ1SgsVHyRAmLKfIfbiVQ7P+jqHrHb18L0MEnDeaWBK1O0 oFQx1224H4Cip/KDQe4c1ITW8EnuCd9Z9Oa1K+DaOkuf+WC/Tk2F/5BB12Zl/4BDlzK9DJ BJLk7qsdVOuiml1gM8v0ymMp1VrA0oWvEhZmeyzI1RQs02OoGiKAVU+WWxM58w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 6/6] core194: Ship the backup file changes Date: Tue, 1 Apr 2025 20:08:02 +0200 Message-ID: <20250401180802.19784-6-adolf.belka@ipfire.org> In-Reply-To: <20250401180802.19784-1-adolf.belka@ipfire.org> References: <20250401180802.19784-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/194/filelists/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/194/filelists/files b/config/rootfiles/core/194/filelists/files index 96ac20573..9f709db26 100644 --- a/config/rootfiles/core/194/filelists/files +++ b/config/rootfiles/core/194/filelists/files @@ -3,3 +3,5 @@ etc/rc.d/init.d/functions srv/web/ipfire/cgi-bin/aliases.cgi srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi +var/ipfire/backup/include +var/ipfire/backup/bin/backup.pl