„README.md“ ändern
This commit is contained in:
parent
1d501d06fb
commit
2e75a8e595
14
README.md
14
README.md
|
@ -1,2 +1,16 @@
|
|||
# server-befehle
|
||||
|
||||
## Wichtige Befehle
|
||||
Festplattenverbrauch ermitteln:
|
||||
```
|
||||
df -h
|
||||
```
|
||||
Rsync ohne Rechteübernahme (gut für gemountete Laufwerke SAMBA)
|
||||
```
|
||||
sudo rsync -rltv --exclude '/storage/tzm_de/var/lib/nextcloud/*' /storage/ /mnt/backup-storage/
|
||||
```
|
||||
|
||||
|
||||
## 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
|
Loading…
Reference in New Issue