1
0
Fork 0
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:
Harshavardhan 2025-08-16 23:32:59 +05:30 committed by GitHub
parent 71fac50a9e
commit 5418aefd4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`