From patchwork Thu Mar 24 09:07:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5399 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KPK9n4wc1z3xlr for ; Thu, 24 Mar 2022 09:07:25 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KPK9j46zhz12m; Thu, 24 Mar 2022 09:07:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KPK9j2tNXz2ymg; Thu, 24 Mar 2022 09:07:21 +0000 (UTC) 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KPK9g4SpLz2yTr for ; Thu, 24 Mar 2022 09:07:19 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KPK9f6wvHzW9 for ; Thu, 24 Mar 2022 09:07:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1648112839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kNY2L2fo4GeTsOW40JwLabMFBkgQ3gIVzuDWOSd9f6c=; b=YtJzdZs74glNOL0yKgVGbCtbAAHSrIk8UQ3b20+aPVSJDEBEMzzNxzRp18SHpv4OPTN3pe Jwtj9z3tQMkeh2CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1648112839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kNY2L2fo4GeTsOW40JwLabMFBkgQ3gIVzuDWOSd9f6c=; b=kMcFPLojykIYJLlnKn4MPsLzb9BfJ6h0nXkCNY+/4cNGvJBfN64EsnLxIlo4gPwefm6NHg j9M/UUnkZzNU44IjEYg9kWRqdgnVNckoPCKzOFBgav0AE8x+C/bBlNJGvW6gpauqvut/WD J3QYseQAWXk/ihmDHUIZd/oCgWhFhsnvSQwGvYb5nkQPeUlXDrQX0UTvkF+yE8qCMxDi2k ul947m3/t8s7syqW0wp3VNIV4BuJwYYBNtldHOV+FiD4NnMK3PGPBF3ro6gCINm6gSsDq6 URA8CwKNoc77S+kDNYcU8JqisjjDPhwlAah+bg/ZjsovZKAm8WKGTxxq0OEcFw== Message-ID: Date: Thu, 24 Mar 2022 09:07:15 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] backup: Include proxy.pac X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #12814 Signed-off-by: Peter Müller --- config/backup/include | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/include b/config/backup/include index 809a49601..cc4dc27dd 100644 --- a/config/backup/include +++ b/config/backup/include @@ -23,6 +23,7 @@ etc/unbound root/.bash_history root/.gitconfig root/.ssh +srv/web/ipfire/html/proxy.pac var/ipfire/auth/users var/ipfire/backup/addons/backup var/ipfire/backup/exclude.user