1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 11:15:41 +02:00

syncthing: refresh page (#17525)

This commit is contained in:
Managor 2025-08-05 11:13:01 +03:00 committed by GitHub
parent 47d6574658
commit 7a74df7523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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