Update page 'Kurzanleitung Server'

Hendrik Schutter 2019-06-14 12:17:51 +02:00
parent b70ba8f83e
commit 6ef2025d38

@ -1,4 +1,24 @@
# Kurzanleitung als Video:
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/tlpuUKJNvUw/0.jpg)](https://www.youtube.com/watch?v=tlpuUKJNvUw)
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/tlpuUKJNvUw/0.jpg)](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
```