mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 08:43:58 +02:00
syncthing: rewrite page (#17695)
This commit is contained in:
parent
71fac50a9e
commit
5418aefd4f
1 changed files with 12 additions and 12 deletions
|
@ -11,26 +11,26 @@
|
|||
|
||||
`syncthing --no-browser`
|
||||
|
||||
- Print the device ID:
|
||||
|
||||
`syncthing --device-id`
|
||||
|
||||
- Change the home directory:
|
||||
|
||||
`syncthing --home {{path/to/directory}}`
|
||||
|
||||
- Force a full index exchange in order to resolve out of sync files:
|
||||
- Run Syncthing with increased logging:
|
||||
|
||||
`syncthing --reset-deltas`
|
||||
`syncthing --verbose`
|
||||
|
||||
- Pause all devices:
|
||||
|
||||
`syncthing cli config devices pause --all`
|
||||
|
||||
- Resume all devices:
|
||||
|
||||
`syncthing cli config devices resume --all`
|
||||
|
||||
- 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:
|
||||
- Set the log level for output:
|
||||
|
||||
`syncthing --paths`
|
||||
|
||||
- Disable the Syncthing monitor process:
|
||||
|
||||
`syncthing --no-restart`
|
||||
`syncthing --log-level {{info|warning|error|debug}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue