I am using ClamAV for scanning our files in our Django application. I am running freshclam
manually to update the antivirus database. My question is how to automate it?
From the ClamAV documentation, I created a Cron job with the following code:-
N * * * * /usr/local/bin/freshclam --quiet