From ca1fdb69549b282c9c67b4cf385eda725ed1c366 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Mar 2022 10:27:01 +0000 Subject: [PATCH] backup: Exclude oinkmaster.conf This file is a system configuration file and does not contain any configruation from the user. Since it can be overwritten in a backup and restored to an older state, this can cause problems such as #12788. Fixes: #12788 Signed-off-by: Michael Tremer --- config/backup/exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/exclude b/config/backup/exclude index 68c37de486..99ee8961ea 100644 --- a/config/backup/exclude +++ b/config/backup/exclude @@ -6,4 +6,5 @@ /var/ipfire/ovpn/openssl/* /var/ipfire/proxy/calamaris/bin/* /var/ipfire/qos/bin/qos.pl +/var/ipfire/suricata/oinkmaster.conf /var/ipfire/urlfilter/blacklists/*/*.db -- 2.39.5