system/cron/cron.d/restic_selene
Georg 2678e73ff1 Initial Cron Run
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 13:33:34 +02:00

11 lines
343 B
Plaintext

# 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 21:00 and send an email to system@lysergic.dev as well as #universe
0 21 * * * restic /opt/restic/run.sh |& mail -s "S3 Backup - $(hostname -f) - $(date)" ircsystem