From 017437514189be836ae8d76512e683ff528eee2f Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Sat, 25 Apr 2020 11:26:37 +0200 Subject: [PATCH] added screenshot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c128e9..0a25054 100644 --- a/README.md +++ b/README.md @@ -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