„README.md“ ändern

This commit is contained in:
bmen 2019-09-23 19:21:37 +00:00
parent 1bcf432858
commit fe611abc78
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ rsync --progress -e 'ssh -p23' --recursive <Benutzername>@<Benutzername>.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