summaryrefslogtreecommitdiffstats
path: root/cron/cron.d/restic_theia
blob: a7856f293b1b5bee12c1f721e4f2c9809021f863 (plain)
1
2
3
4
5
6
7
8
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 23:00 and send an email to system@lysergic.dev as well as #universe
0 23 * * * restic /opt/restic/run.sh |& mail -s "S3 Backup - $(hostname -f) - $(date)" ircsystem