> I have a large number of files (9TB) with over a million files and > thousands of directories. I would like to scan the group one time so I > have a good baseline. After that I would like to scan files that are less > than 365 days old. Can I use clamscan to scan files by date?
Along these lines, pdf files changed in the last 2 days find *.pdf -mtime -2 -type f -print0 | xargs -0 clamdscan Cheers, Steve Sanesecurity _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml