Hello, I like to scan directories recursive. Of course I have to exclude some subdirs. But somewhere deeper one special dir should be included again...
$ find /foo -type d /foo /foo/bar /foo/bar/buzz /foo/bar/mumble /foo/bar/random /foo/bar/special /foo/other_dir Everything under /foo should be scanned. But all under /foo/bar which should /not/ be scanned. Exept one special /foo/bar/special which should be scanned again. I tried clamscan --include=/foo/bar/special --exclude=/foo/bar and also clamscan --exclude=/foo/bar --include=/foo/bar/special But it looks like paths once excluded could not be included again. Any suggestions? Thanks Andreas -- A. Schulze DATEV eG _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml