From fe611abc78bd366febc8f97939b1fa263e42e08e Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 23 Sep 2019 19:21:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8283fe2..ae3fe4b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ rsync --progress -e 'ssh -p23' --recursive @.your-st ``` https://wiki.hetzner.de/index.php/Storage_Boxes +## Cronjob +### QNAP +Do NOT edit crontab the usual way! +However, due to the way the QNAP firmware updates crontab, it will be overwritten on the next reboot. Obviously, you want your automation to survive reboots, so edit the crontab file directly with your text editor: +``` +vim /etc/config/crontab +``` + ## Gute Quellen * Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/ * Cronjobs: https://www.stetic.com/developer/cronjob-linux-tutorial-und-crontab-syntax.html \ No newline at end of file