From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] exclude: Remove the urlfilter pl programs from a backup Date: Sat, 01 Mar 2025 13:46:02 +0100 Message-ID: <20250301124602.5489-2-adolf.belka@ipfire.org> In-Reply-To: <20250301124602.5489-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3944294978364539406==" List-Id: --===============3944294978364539406== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - When dealing with the qos bug fix for backing up .pl programs I also then s= earched all the /var/ipfire directory tree looking for any other .pl files that were b= eing backed up and found that there were two for the urlfilter. - This patch adds the .pl files in the urlfilter/bin directory to the exclude= list. - In the same way as for the qos change the exclude addition also means that = these files will not be restorewd from any earlier backup. - Also tested and confirmed on a physical IPFire system. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/backup/exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/exclude b/config/backup/exclude index fb6477d26..a69eed767 100644 --- a/config/backup/exclude +++ b/config/backup/exclude @@ -9,3 +9,4 @@ var/ipfire/qos/bin/*.pl var/ipfire/suricata/oinkmaster.conf var/ipfire/suricata/ruleset-sources var/ipfire/urlfilter/blacklists/*/*.db +var/ipfire/urlfilter/bin/*.pl --=20 2.48.1 --===============3944294978364539406==--