From 762a33f17ca8d86b979e22ddd538e76d32287d94 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 30 Aug 2018 14:13:37 +0200 Subject: [PATCH] suricata: Add files to be backuped Now all oinkmaster related config files and suricata related yaml files in "/var/ipfire/suricata/" will be included into the backups. Also the entire ruleset is part of the backup, so after a backup has been restored, the IDS can be used in the same way as before. Fixes #11835. Signed-off-by: Stefan Schantl --- config/backup/include | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/backup/include b/config/backup/include index 6982b1c924..bc9ff4b183 100644 --- a/config/backup/include +++ b/config/backup/include @@ -42,10 +42,13 @@ /var/ipfire/proxy /var/ipfire/qos/* /var/ipfire/qos/bin/qos.sh +/var/ipfire/suricata/*.conf +/var/ipfire/suricata/*.yaml /var/ipfire/*/settings /var/ipfire/time/ /var/ipfire/urlfilter /var/ipfire/vpn +/var/lib/suricata /var/log/ip-acct/* /var/log/rrd/* /var/log/rrd/collectd -- 2.39.5