From fcc428cdc23cf5cd1f69140008771592348fedb2 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 6 Mar 2022 04:32:32 +0100 Subject: Updating backup scripts Signed-off-by: Georg Pfuetzenreuter --- cron/cron.d/restic_orpheus | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cron') diff --git a/cron/cron.d/restic_orpheus b/cron/cron.d/restic_orpheus index ca1ab51..eda54ea 100644 --- a/cron/cron.d/restic_orpheus +++ b/cron/cron.d/restic_orpheus @@ -1,9 +1,11 @@ -# Cronjob for Restic Backup to S3 +# Cronjob for Restic Backup to Wasabi 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 +#This will make a deduplicating (is that the right word?) backup every day at 23: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 +#This will remove everything except the last 30 days worth of snapshots every two days at 22:30 +0 4 */2 * * restic /opt/restic/cleanup.sh |& mail -s "[S3 Cleanup] - $(date)" ircsystem -- cgit v1.2.3