diff options
author | Wolfgang Müller | 2021-04-30 16:52:35 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-04-30 16:52:35 +0200 |
commit | 15442e278022a377931774e311e257dc75f1df4c (patch) | |
tree | 1483593f5bc522f3c6c2ae092c6cecaeb3b9fa81 /etc | |
parent | 455ffc5223bead2df4477bdae94d959855f7478f (diff) | |
download | lifeboat-15442e278022a377931774e311e257dc75f1df4c.tar.gz |
Add command to mail the output of a backup run
This commit introduces the 'run-report' command and a new config file
'config/recipient' which indicates the recipient of the report.
Since lifeboat was always intended to be run via a cronjob, we assumed
mail functionality would come from the specific crond implementation.
This is well-supported throughout, but not a feature that systemd's
timers (yet?) have. Since one of our systems is now running systemd, we
needed a decent alternative.
A wrapper script was considered, but at that point we could also just as
simply include mail support in lifeboat itself. We have chosen to
implement this by calling out to sendmail, which seems to be a de-facto
standard (postfix has sendmail compatibility, as does msmtp). It should
be available on a wide range of systems.
For now, hardcode the message headers and send mail to one recipient
only. Set the X-Report header for simple filtering by mail clients.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions