Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-06 00:22:04 +00:00
parent 50d4c83b4e
commit c22ca08b6b
13 changed files with 168 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# syncthing
> Continuous bidirectional decentralised folder synchronisation tool.
> More information: <https://docs.syncthing.net/>.
> More information: <https://docs.syncthing.net/users/syncthing.html>.
- Start Syncthing:
@@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
- 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`