From 2678e73ff1eb2f4e0a5d02a750ec4c047333da6b Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 13:33:34 +0200 Subject: Initial Cron Run Signed-off-by: Georg --- cron/cron.d/restic_orpheus | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cron/cron.d/restic_orpheus (limited to 'cron/cron.d/restic_orpheus') diff --git a/cron/cron.d/restic_orpheus b/cron/cron.d/restic_orpheus new file mode 100644 index 0000000..ca1ab51 --- /dev/null +++ b/cron/cron.d/restic_orpheus @@ -0,0 +1,9 @@ +# Cronjob for Restic Backup to S3 +# Created and last modified: 20/07/2021 +# georg@lysergic.dev + +MAILTO=system +SHELL=/bin/sh + +#This will make a deduplicating backup every day at 22:00 and send an email to system@lysergic.dev as well as #universe +0 22 * * * restic /opt/restic/run.sh |& mail -s "S3 Backup - $(hostname -f) - $(date)" ircsystem -- cgit v1.2.3