„README.md“ ändern
This commit is contained in:
parent
7ce24a8d5e
commit
5b1027c032
|
@ -21,3 +21,10 @@ https://wiki.qnap.com/wiki/Add_items_to_crontab
|
|||
```
|
||||
rsync -trl --delete --partial -e 'ssh -p23' --exclude 'user1/files_trashbin/*' --exclude 'user2/files_trashbin/*' <Benutzername>@<Benutzername>.your-storagebox.de:<Verzeichnis> /share/Nextcloud
|
||||
```
|
||||
|
||||
## Screen Macke
|
||||
Beim Starten von `screen` kommt folgender Fehler: `Cannot find terminfo entry for 'xterm-256color'` und das ist die Lösung:
|
||||
```
|
||||
export TERM=xterm-xfree86
|
||||
screen
|
||||
```
|
Loading…
Reference in New Issue