This commit is contained in:
Reynir Björnsson 2024-03-04 14:15:52 +01:00
parent ae497f0284
commit d468e49830
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
curl smtp://{{ smtp_host }} --mail-from {{ services.restic.mail_from }} --mail-rcpt admin@data.coop --upload-file . << END_OF_MAIL
From: Restic backup <{{ services.restic.mail_from }}>
To: admin-hold@data.coop
To: admin@data.coop
Subject: Restic backup failed
Date: $(date)