2020-07-28 12:09:30 +01:00
|
|
|
# syncthing
|
|
|
|
|
|
|
|
> Continuous bidirectional decentralised folder synchronisation tool.
|
|
|
|
> More information: <https://docs.syncthing.net/>.
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Start Syncthing:
|
2020-07-28 12:09:30 +01:00
|
|
|
|
|
|
|
`syncthing`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Start Syncthing without opening a web browser:
|
2020-10-20 11:58:25 +01:00
|
|
|
|
|
|
|
`syncthing -no-browser`
|
|
|
|
|
2020-07-28 12:09:30 +01:00
|
|
|
- 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}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Show filepaths to the files used by Syncthing:
|
2020-07-28 12:09:30 +01:00
|
|
|
|
|
|
|
`syncthing -paths`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Disable the Syncthing monitor process:
|
2020-07-28 12:09:30 +01:00
|
|
|
|
|
|
|
`syncthing -no-restart`
|