From 62eae9fd125fa1fdd72042ca78af1552a09a1466 Mon Sep 17 00:00:00 2001 From: MNTLe Date: Fri, 7 Oct 2022 04:32:54 +1300 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911c468..ac824dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # rsync_backup_gotify -A short script to run rsync, and send a notification to gotify with "Success" or "Error", and the last couple of lines of the rsync log. +A short script to run [rsync](https://rsync.samba.org/), and send a notification to [Gotify](https://gotify.net/) with "Success" or "Error", and the last couple of lines of the rsync log. + +You can use a tool like the [Cron expression generator](https://crontab.cronhub.io/) to calculate your cron timings, should you wish to automate the backups. Replace the following: * [SOURCE1] @@ -8,3 +10,6 @@ Replace the following: * [DESTINATION] * [SERVERURL] * [TOKEN] + +Original Source: https://danislab.ch/post/rsync_email_notification/ +Modified by me to use Gotify instead of email for notifications \ No newline at end of file