Update workhorse-laptop-backup.sh
This commit is contained in:
parent
8803ff8376
commit
1183b11842
1 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ apt update && apt upgrade -y && apt autoremove -y | tee -a rob-homedir-backup-$b
|
||||||
# sendmail -s "Docker Backup Completed" rgmcewan@outlook.com < docker-$backupDate.log
|
# sendmail -s "Docker Backup Completed" rgmcewan@outlook.com < docker-$backupDate.log
|
||||||
|
|
||||||
# Email log to an email address using postfix
|
# Email log to an email address using postfix
|
||||||
echo "Docker backup | Complete" | tee -a docker-$backupDate.log
|
#echo "Docker backup | Complete" | tee -a docker-$backupDate.log
|
||||||
/usr/sbin/sendmail -t -v rgmcewan@outlook.com < docker-$backupDate.log
|
#/usr/sbin/sendmail -t -v rgmcewan@outlook.com < docker-$backupDate.log
|
||||||
|
|
Loading…
Reference in a new issue