ReadMe Updates

master
Dubtempo 2021-08-11 18:21:52 -07:00
parent 7deaed1693
commit 41e35e2e7b
1 changed files with 38 additions and 4 deletions

View File

@ -1,5 +1,39 @@
# ClamCron
# [ClamCron](https://gitea.dubtempo.com/DT/ClamCron)
Script for scanning directories with ClamAV at regular intervals.
*note -- this script does not setup the cronjob itself.
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](https://www.clamav.net/) ~ tested on Ubuntu 18.04
<br \>
## Project Installation
Install this project via git pull:
```shell
$ git clone https://gitea.dubtempo.com/DT/ClamCron.git
```
Make sure the script file is executable.
```shell
$ 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_.
1. Run the script manually or by referencing it via cronjob.