[clamav-users] freshclam with lambda and S3

2024-04-03 Thread Matthew Hibberd via clamav-users
* 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 *

Re: [clamav-users] ClamAV Scan Loop - Massive Amount of Logs Being Generated

2024-04-03 Thread Dr Rainer Woitok via clamav-users
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