> >> Only difference: exclusion of Program Files seems to work, but not of > >> Program FIles (x86). I tried both --exclude-dir=/mnt/c/Program\ > >> Files\ \(x86\)/ and --exclude-dir="/mnt/c/Program Files (x86)/". > >> Didn't help. > >> > >> Richard > >> > >...
--exclude=REGEX, --exclude-dir=REGEX Don't scan file/directory names matching regular expression. These options can be used multiple times. --include=REGEX, --include-dir=REGEX Only scan file/directory matching regular expression. These options can be used multiple times. --bytecode[=yes(*)...
I'm not sure about the *syntax* though. Should I use / or /dev/sdc1 asa starting point: clamscan --cross-fs=no --recursive --infected--exclude-dir='^/sys|^/dev|^/proc|^/var/lib/clamav' --max-filesize=4000M--max-scansize=4000M / -l ~/clamav-scan-results/log OR: <https...
mprintf(" --exclude=REGEX Don't scan file names matching REGEX\n"); mprintf(" --exclude-dir=REGEX Don't scan directories matching REGEX\n"); mprintf(" --include=REGEX Only scan file names matching REGEX\n"); mprintf(" --include-dir=REGEX Only scan directories matching REGEX\n"); mpr...
mprintf(" --exclude=PATT Don't scan file names containing PATTn"); mprintf(" --exclude-dir=PATT Don't scan directories containing PATTn"); mprintf(" --include=PATT Only scan file names containing PATTn"); mprintf(" --include-dir=PATT Only scan directories containing PATTn"); #endif ...
clamd.d/scan.conf --- LogSyslog = "yes" TemporaryDirectory = "/var/tmp" LocalSocket = "/var/run/clamd.scan/clamd.sock" LocalSocketGroup = "virusgroup" LocalSocketMode = "660" ExcludePath = "^/dev/.*", "^/proc/.*", "^/run/.*", "^/sys/.*", "^/var/lib/sss/pipes/.*"...