This commit is contained in:
Reynir Björnsson 2024-03-04 13:30:58 +01:00
parent ac64706fcb
commit ae497f0284
1 changed files with 1 additions and 1 deletions

View File

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