Update page 'Kurzanleitung Server'
parent
b70ba8f83e
commit
6ef2025d38
@ -2,3 +2,23 @@
|
|||||||
|
|
||||||
|
|
||||||
[](https://www.youtube.com/watch?v=tlpuUKJNvUw)
|
[](https://www.youtube.com/watch?v=tlpuUKJNvUw)
|
||||||
|
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
* Letzte [Realease](https://git.mosad.xyz/localhorst/TextureSync/releases) herunterladen
|
||||||
|
* Binary des Server in ein gewünschtes Verzeichnis kopieren
|
||||||
|
* Server mit `chmod +x texture-sync-server` ausführbar machen
|
||||||
|
|
||||||
|
# Starten
|
||||||
|
* Server mit `./texture-sync-server` starten
|
||||||
|
|
||||||
|
# Sicherungen
|
||||||
|
##Erstellen
|
||||||
|
```
|
||||||
|
zip -r backup.zip data/
|
||||||
|
```
|
||||||
|
|
||||||
|
##Einspielen
|
||||||
|
```
|
||||||
|
unzip backup.zip
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user