From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] backup-exclude: Add suricata ruleset-sources to backup exclude file Date: Mon, 13 Jan 2025 13:24:42 +0100 Message-ID: <20250113122442.55641-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8371398366242100738==" List-Id: --===============8371398366242100738== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - This will ensure that an old version will no longer be restored back onto a= users system. - The suricata ruleset-sources file should also be shipped in the CU that thi= s will be applied to make sure that all usders have the correct version installed, i= n case they have done a restore from an old backup after doing a fresh install. - Tested on my vm testbed system and after making the change, the ruleset-sou= rces file is no longer added to the backup set but also it is excluded from the rest= ore if it is included in an old backup. 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 0131a87fd..4dc1607a2 100644 --- a/config/backup/exclude +++ b/config/backup/exclude @@ -7,4 +7,5 @@ var/ipfire/ovpn/openssl/* var/ipfire/proxy/calamaris/bin/* var/ipfire/qos/bin/qos.pl var/ipfire/suricata/oinkmaster.conf +var/ipfire/suricata/ruleset-sources var/ipfire/urlfilter/blacklists/*/*.db --=20 2.47.1 --===============8371398366242100738==--