„README.md“ ändern
This commit is contained in:
parent
1bcf432858
commit
fe611abc78
|
@ -27,6 +27,14 @@ rsync --progress -e 'ssh -p23' --recursive <Benutzername>@<Benutzername>.your-st
|
||||||
```
|
```
|
||||||
https://wiki.hetzner.de/index.php/Storage_Boxes
|
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
|
## Gute Quellen
|
||||||
* Bash-Skripte: https://wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_für_Anfänger/
|
* 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
|
* Cronjobs: https://www.stetic.com/developer/cronjob-linux-tutorial-und-crontab-syntax.html
|
Loading…
Reference in New Issue