* I am hosting the ClamAV DB files on S3.
* I have a lambda routinely running as a cron job that downloads the latest
DB files from S3 to a local dir and runs freshclam against said dir as its
database directory.
* freshclam is correctly identifying the daily.cvd as out of date
*
Nick,
On Tuesday, 2024-04-02 19:07:56 +, you wrote:
> ...
> 1. clamscan --exclude-dir=/tmp/
> 2. clamscan --exclude-dir=/tmp/*
> 3. clamscan --exclude-dir="^/tmp/"
What you specify here are regular expressions matching the path to a di-
rectory, but a trailing slash is never part o