From e71081da0b8e40f4b2021462379a7bf24af575d7 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Tue, 12 May 2020 09:22:26 +0200 Subject: [PATCH] added simple alarm --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a25054..c4659d7 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +#### 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 \ No newline at end of file