mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 08:35:49 +02:00
syncthing: refresh page (#17525)
This commit is contained in:
parent
47d6574658
commit
7a74df7523
1 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# syncthing
|
||||
|
||||
> Continuous bidirectional decentralised folder synchronisation tool.
|
||||
> More information: <https://docs.syncthing.net/>.
|
||||
> More information: <https://docs.syncthing.net/users/syncthing.html>.
|
||||
|
||||
- Start Syncthing:
|
||||
|
||||
|
@ -9,28 +9,28 @@
|
|||
|
||||
- Start Syncthing without opening a web browser:
|
||||
|
||||
`syncthing -no-browser`
|
||||
`syncthing --no-browser`
|
||||
|
||||
- Print the device ID:
|
||||
|
||||
`syncthing -device-id`
|
||||
`syncthing --device-id`
|
||||
|
||||
- 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:
|
||||
|
||||
`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:
|
||||
|
||||
`syncthing -paths`
|
||||
`syncthing --paths`
|
||||
|
||||
- Disable the Syncthing monitor process:
|
||||
|
||||
`syncthing -no-restart`
|
||||
`syncthing --no-restart`
|
||||
|
|
Loading…
Add table
Reference in a new issue