Update README.md

This commit is contained in:
David Rotermund 2024-07-16 16:19:06 +02:00 committed by GitHub
parent 305099b486
commit ef696c1e79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,14 @@ chmod 666 /var/log/msmtp.log
# echo "This is a test" | msmtp -v -d davrot@uni-bremen.de # echo "This is a test" | msmtp -v -d davrot@uni-bremen.de
``` ```
Don't forget to set up the cron job for the backup:
```
crontab -e
0 0 * * * /bin/bash /root/backup/make_backup.sh
```
# Check the ports with an external computer # Check the ports with an external computer
``` ```