1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 20:04:57 +02:00
tldr/pages/common/syncthing.md
Starbeamrainbowlabs 95ef1a04ab
syncthing: add page (#4215)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 13:09:30 +02:00

608 B

syncthing

Continuous bidirectional decentralised folder synchronisation tool. More information: https://docs.syncthing.net/.

  • Start syncthing:

syncthing

  • Print the device ID:

syncthing -device-id

  • Change the home directory:

syncthing -home={{path/to/directory}}

  • Force a full index exchange:

syncthing -reset-deltas

  • Change the address upon which the web interface listens:

syncthing -gui-address={{ip_address:port|path/to/socket.sock}}

  • Show filepaths to the files used by syncthing:

syncthing -paths

  • Disable the syncthing monitor process:

syncthing -no-restart