Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Nächste Überarbeitung | Vorherige Überarbeitung | ||
notes:linux:syncthing [13.02.2022 15:38] – angelegt Martin | notes:linux:syncthing [14.11.2022 14:41] (aktuell) – moved Martin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Syncthing ====== | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | <code bash> | ||
- | # Add the release PGP keys: | ||
- | sudo curl -s -o / | ||
- | # Add the " | ||
- | echo "deb [signed-by=/ | ||
- | # Update and install syncthing: | ||
- | sudo apt-get update | ||
- | sudo apt-get install syncthing | ||
- | </ | ||
- | |||
- | ===== Konfiguraion ===== | ||
- | |||
- | Autostart | ||
- | <code bash> | ||
- | systemctl --user enable syncthing.service | ||
- | systemctl --user start syncthing.service | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | ... | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | ... | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | ... | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | ... | ||
- | </ | ||
- | |||
notes/linux/syncthing.1644766689.txt.gz · Zuletzt geändert: 13.02.2022 15:38 von Martin