From ef696c1e79ac4bfcd849a3f496ece1cde17a3cc5 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Tue, 16 Jul 2024 16:19:06 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0497895..9507916 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,14 @@ chmod 666 /var/log/msmtp.log # 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 ```