exclude: Add the suricata sgh cache directory to the list
Commit Message
- Depending on the number of suricata rulesets that users have got enabled the suricata
cache in /var/cache/suricata/sgh/ gets currently backed up in the ipfire .ipf file
and some users are ending up with backup files that used to be 190MB and are now
greater than 700MB, some even over 800MB.
- This change excludes the cache from the backup as it seems that a restore with a cache
from an earlier time does not make sense.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/backup/exclude | 1 +
1 file changed, 1 insertion(+)
@@ -1,6 +1,7 @@
etc/sysconfig/lm_sensors
etc/unbound/unbound.conf
*.tmp
+var/cache/suricata/sgh/*
var/ipfire/ethernet/settings
var/ipfire/firewall/bin/*
var/ipfire/ovpn/openssl/*