added screenshot

This commit is contained in:
Hendrik Schutter 2020-04-25 11:26:37 +02:00
parent 28cb4c5c78
commit 0174375141
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@ Watchdog for restic backup that are automatic triggered via an interval
**TLDR:** Bash script that emails you if your restic backup interval is overdue.
![Screenshot of email](https://git.mosad.xyz/CopterSicht/Restic-Backend-Watchdog/raw/branch/master/Screenshot_20200425_112352.png)
## How does it work?
The script monitors the backend of a restic backup. The bash script is executed via cronjob or a systemd-timer periodically. The user sets an interval for eachrestic repo (e.g. your laptop-backup). This is the same interval as the one that triggers the automatic backup from your device. If your automatic backup failed (e.g. no Internet), there will be no changes in den repo. The script will notice that and emails you.
The script monitors the backend of a restic backup. The bash script is executed via cronjob or a systemd-timer periodically. The user sets an interval for each restic repo (e.g. your laptop-backup). This is the same interval as the one that triggers the automatic backup from your device. If your automatic backup failed (e.g. no Internet), there will be no changes in den repo. The script will notice that and emails you.
## Features
* runs just with bash