Hello Adam,

Thank you for raising this here.

We seem to have two different issues as far as I can see:

1) The directory just keeps growing

2) It is being backed up and completely blows up the size of the backup

No. 2 has been fixed by Adolf. It is however quite interesting that we already 
have something in /var/cache in the backup. The intention was to have a valid 
set of rules available as soon as a backup is being restored, but I think there 
is very little value in this. The rules are probably long expires and will be 
re-downloaded again.

We also have a large number of other (also large in disk size) lists around 
that we are not backing up, so I would propose that we remove 
/var/cache/suricata from the backup entirely. Until we have made a decision on 
this, I have merged Adolf’s patch.

Regarding No. 1, this is indeed a problem that Suricata does not clean this up 
itself. We could add a simple command that looks a bit like this:

  find /var/cache/suricata/ -type f -atime +7 -delete

This would delete all of the cached files that have not been accessed in the 
last seven days.

On my system, the entire directory is 1.4 GiB in size and the command would 
remove 500 MiB.

Happy to read your thoughts.

-Michael

> On 12 Dec 2025, at 16:49, Adam Gibbons <[email protected]> wrote:
> 
> Hi all,
> 
> As discussed on the forum
> https://community.ipfire.org/t/re-large-backupfile/15346
> it appears that Suricata’s new cache optimisation feature is creating a large 
> number of files under
> `/var/cache/suricata/sgh/`, which in some cases causes backup files to grow 
> to 800+ MB.
> 
> @Adolf has confirmed that this directory probably should not be included in 
> backups, as it is automatically regenerated, and I believe he mentioned he is 
> working on a patch to exclude it from the backup.
> 
> However, in the meantime, this directory continues to grow over time. The 
> upstream Suricata patches to automatically clean or maintain the cache have 
> not yet been merged, although they may be soon:
> 
> https://github.com/OISF/suricata/pull/13850
> https://github.com/OISF/suricata/pull/14400
> 
> To me this represents a disk-space exhaustion risk on systems with limited 
> storage. Perhaps we should consider disabling Suricata’s new cache 
> optimisation feature until automatic cache cleanup/maintenance is available 
> upstream and included.
> 
> Thanks,
> Adam
> 


Reply via email to