Roman ZARAGOCI wrote:
[ ... ]
For example, I would want to scan only new files added to homes
directories or by checking the modification date of files.
Maybe someone has already made this sort of script ?
If you run something like:
find /home -mtime -2 -type f -print0 | xargs -0 clamdscan
...via cron each night, that ought to suit your requirements...?
[ Or perhaps use "-mtime -8" and scan weekly, etc. ]
--
-Chuck
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html