diff options
author | Wolfgang Müller | 2021-05-03 12:36:10 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-03 12:36:10 +0200 |
commit | 981d4f04c8c66946d4a81da61d0c6c035a166d52 (patch) | |
tree | 6861e23e271edb145b1e227e65ec51b37c87a8b1 | |
parent | bda62ea8ad3a0956af167987a7878c7a36304e2a (diff) | |
download | lifeboat-981d4f04c8c66946d4a81da61d0c6c035a166d52.tar.gz |
Mention the name of the backup in report_backup0.3.1
Currently, multiple backups on the same host are hard to identify, so
print out the repo name instead of the hostname (which is visible in the
From header anyway).
-rwxr-xr-x | lifeboat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ report_backup() { cat <<-EOF | sendmail "$recipient" From: Lifeboat <lifeboat@$(hostname -f)> - Subject: lifeboat: backup for $(hostname) on $(date) + Subject: lifeboat: backup for $repo on $(date) X-Report: lifeboat $(run_backup 2>&1) |