aboutsummaryrefslogtreecommitdiffstats
path: root/lifeboat.1 (follow)
Commit message (Collapse)AuthorAgeLines
* Add command to mail the output of a backup runWolfgang Müller2021-04-30-1/+11
| | | | | | | | | | | | | | | | | | | | 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.
* Update name and add .mailmap for consistencyWolfgang Müller2021-03-10-1/+1
|
* Clarify directory structure and invocation in the manualWynn Wolf Arbor2020-02-08-2/+5
|
* Be more specific about the destination format in the manualWynn Wolf Arbor2020-02-08-1/+15
|
* Fix name of environment variable in the manualWynn Wolf Arbor2020-02-08-1/+1
|
* Introduce default fallback jobsWynn Wolf Arbor2020-02-01-13/+48
| | | | | | | | When before lifeboat was expecting the user to populate the run, post, and sync scripts, now it includes a sane default for each step of the backup process, making deployments much more simple. The post script was split up into retain and clean.
* Update name and mail address0.1.3Wynn Wolf Arbor2020-01-17-2/+2
|
* Initial import0.1.0Wolfgang Müller2019-10-03-0/+94