Script for scanning directories with ClamAV at regular intervals. *note -- this script does not setup the cronjob itself.
Go to file
Dubtempo 41e35e2e7b ReadMe Updates 2021-08-11 18:21:52 -07:00
conf Base Code 2021-08-11 18:10:17 -07:00
.gitignore Base Code 2021-08-11 18:10:17 -07:00
ClamCron.sh Base Code 2021-08-11 18:10:17 -07:00
LICENSE Adding License and Readme from Gitea 2021-08-11 18:09:48 -07:00
README.md ReadMe Updates 2021-08-11 18:21:52 -07:00

README.md

ClamCron

Script for scanning directories with ClamAV at regular intervals.

*note -- this script does not setup the cronjob itself.

<br >

Requirements

Make sure all dependencies have been installed before using this script:

  • ClamAV ~ tested on Ubuntu 18.04

<br >

Project Installation

Install this project via git pull:

$ git clone https://gitea.dubtempo.com/DT/ClamCron.git

Make sure the script file is executable.

$ chmod u+x ClamCron.sh

<br >

Project Usage

To use this script, complete the following steps.

  1. Update the variables in the config file: config/ClanCrom.conf.

  2. Run the script manually or by referencing it via cronjob.