Added email capabilities.

Added lastlog, logs are now appended to .log and .log.last are send per email.
This commit is contained in:
BuildTools
2021-03-21 23:33:31 +01:00
parent bb83eb4ed8
commit 7fdd30a47e
4 changed files with 83 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ fi
## Setup that everything is written to log
exec > >(tee -i ${LOGFILE})
exec > >(tee -ia ${LOGFILE} | tee -i ${LASTLOG})
exec 2>&1
## Checks that a few important thins is set.
@@ -42,4 +42,4 @@ borg create -v --stats \
echo "######### Backup Finished $(date) #########"
/usr/bin/env python3 ./mail_template.py