Okay Marc, I came up with this: #/bin/bash declare clammy.sh PATH=/bin:/usr/bin:/sbin:/usr/sbin
/usr/bin/clamscan --exclude ="^/home/tmick/.clamtk/viruses/" \ --exclude="^/home/tmick/Documents/ACI_Learning/CEH/" \ --exclude="^/home/tmick/Nextcloud/Documents/ACI_Learning/" # Try to exclude everything in ACI_Learning dir --exclude="^/home/tmick/Nextcloud/" # Try to exclude everything under Nextcloud dir --exclude="^/run/user/tmick/gvfs/" \ --exclude="^/home/tmick/.gvfs/" \ --exclude="^/home/tmick/.evolution" \ --detect-pua="yes" \ --recursive="yes" \ --quiet \ --infected \ --database="/etc/clamav/freshclam.conf" \ --log="$HOME/.clamtk/history/$(date '+%b-%d-%Y').log" #Just log until I'm sure this works :-) -- Tim McConnell <tmcconnell...@gmail.com> On Thu, 2023-03-23 at 02:01 +0000, newcomer01 via clamav-users wrote: > try this, but check my ** COMMENTS ** please > > --- > > #!/bin/bash > > PATH=/bin:/usr/bin:/sbin:/usr/sbin > > /usr/bin/clamscan --exclude ="^/home/tmick/.clamtk/viruses/" \ > --exclude="^/home/tmick/Documents/ACI_Learning/CEH/" \ > --exclude="^/home/tmick/Nextcloud/Documents/ACI_Learning/*" ** HERE I > DON'T KNOW WHAT YOU TRY TO MATCH ** \ > --exclude="^/home/tmick/Nextcloud/*" ** SAME HERE ** \ > --exclude="smb4k" ** WILL NOT WORK - COMPLETE PATH ** \ > --exclude="^/run/user/tmick/gvfs/" \ --exclude="^/home/tmick/.gvfs/" > \ > --exclude="^.thunderbird" \ ** WILL NOT WORK - COMPLETE PATH ** > --exclude="^.mozilla-thunderbird" \** WILL NOT WORK - COMPLETE PATH > ** > --exclude="^.evolution" \ ** WILL NOT WORK - COMPLETE PATH ** > --exclude=Mail -i /home/tmick \ ** DON'T KNOW WHAT THIS DO ** > --detect-pua="yes" \ > --recursive="yes" \ > --quiet \ > --infected \ > --database="PATH TO YOUR LIBS/" \ > --log="$HOME/.clamtk/history/$(date '+%b-%d-%Y').log" > ** DECIDE WHAT SHOULD HAPPEN WITH POSSIBLE FOUNDS - OR LOG ONLY (THIS > I DO) ** > #--move="/etc/clamav/PATH TO YOUR QUARANTINE FOLDER" > #--copy="/etc/clamav/PATH TO YOUR QUARANTINE FOLDER" > #--remove="yes/no" > > ** ALWAYS AN EMPTY LINE AFTER EACH CODE ON LINUX - SOME FILES ARE > SENSITIVE WITH THIS! ** > > --- > > > > Von / From: Clamav User Mailinglist > <mailto:clamav-users@lists.clamav.net> > An / To: Newcomer01 <mailto:newcome...@posteo.de> > CC / CC: Tim Mcconnell <mailto:tmcconnell...@gmail.com> > Gesendet / Sent: Mittwoch, März 22, 2023 um 23:04 (at 11:04 PM) +0100 > Betreff / Subject: Re: [clamav-users] How to get rid of or Fix > clamonacc error > > So Marc, you're saying do something like this: > > > > #/bin/bash > > declare clammy.sh > > > > /usr/bin/clamscan --exclude ="^/home/tmick/.clamtk/viruses" -- > > exclude > > ="^/home/tmick/Documents/ACI_Learning/CEH/" --exclude = > > "^/home/tmick/Nextcloud/Documents/ACI_Learning/*" --exclude > > ="^/home/tmick/Nextcloud/*" --exclude = "smb4k" --exclude = > > "^/run/user/tmick/gvfs" --exclude = "^/home/tmick/.gvfs" --exclude > > = > > "^.thunderbird" --exclude = "^.mozilla-thunderbird" --exclude = > > "^.evolution" --exclude =Mail -i --detect-pua -r /home/tmick -- > > log="$HOME/.clamtk/history/$(date +%b-%d-%Y).log" 2>/dev/null # > > clamtk- > > scan > > > > and just call the script from cron? > > For example 0 1 *** clammy.sh > > correct?? > > > > _______________________________________________ > > Manage your clamav-users mailing list subscription / unsubscribe: > https://lists.clamav.net/mailman/listinfo/clamav-users > > > Help us build a comprehensive ClamAV guide: > https://github.com/Cisco-Talos/clamav-documentation > > https://docs.clamav.net/#mailing-lists-and-chat _______________________________________________ Manage your clamav-users mailing list subscription / unsubscribe: https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/Cisco-Talos/clamav-documentation https://docs.clamav.net/#mailing-lists-and-chat