Update README.md
This commit is contained in:
parent
305099b486
commit
ef696c1e79
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue