1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 07:55:53 +02:00
tldr/pages/common/syncthing.md

37 lines
748 B
Markdown
Raw Normal View History

# syncthing
> Continuous bidirectional decentralised folder synchronisation tool.
2025-08-05 11:13:01 +03:00
> More information: <https://docs.syncthing.net/users/syncthing.html>.
- Start Syncthing:
`syncthing`
- Start Syncthing without opening a web browser:
2025-08-05 11:13:01 +03:00
`syncthing --no-browser`
- Print the device ID:
2025-08-05 11:13:01 +03:00
`syncthing --device-id`
- Change the home directory:
2025-08-05 11:13:01 +03:00
`syncthing --home {{path/to/directory}}`
2025-08-05 11:13:01 +03:00
- Force a full index exchange in order to resolve out of sync files:
2025-08-05 11:13:01 +03:00
`syncthing --reset-deltas`
- Change the address upon which the web interface listens:
2025-08-05 11:13:01 +03:00
`syncthing --gui-address {{ip_address:port|path/to/socket.sock}}`
- Show filepaths to the files used by Syncthing:
2025-08-05 11:13:01 +03:00
`syncthing --paths`
- Disable the Syncthing monitor process:
2025-08-05 11:13:01 +03:00
`syncthing --no-restart`