added simple alarm

This commit is contained in:
Hendrik Schutter 2020-05-12 09:22:26 +02:00
parent 5db840b521
commit e71081da0b
1 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,7 @@ The script monitors the backend of a restic backup. The bash script is executed
* multiple repos
* individual interval for each repo
* custom email server via [ssmtp](https://wiki.debian.org/sSMTP)
* loud alarm buzzer via [FTDI_simple_alarm](https://git.mosad.xyz/localhorst/FTDI_simple_alarm)
## Planned Features
* Able to determine a failed restic repo task from a successful task
@ -57,4 +58,10 @@ repos_directory[0]="first_repo" #repo in backupFolder
repos_interval[0]=21600 #sec
repos_interval_tolerance[0]=10 #%
```
#### 8. install crontab or systemd-timer
#### 8. install crontab or systemd-timer
#### 9. optional install FTDI simple alarm
[FTDI_simple_alarm](https://git.mosad.xyz/localhorst/FTDI_simple_alarm)
uncomment line 117 in check_AutoBackup.sh