mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:55:27 +02:00
syncthing: add page (#4215)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
867bb333ad
commit
95ef1a04ab
1 changed files with 32 additions and 0 deletions
32
pages/common/syncthing.md
Normal file
32
pages/common/syncthing.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# syncthing
|
||||
|
||||
> Continuous bidirectional decentralised folder synchronisation tool.
|
||||
> More information: <https://docs.syncthing.net/>.
|
||||
|
||||
- Start syncthing:
|
||||
|
||||
`syncthing`
|
||||
|
||||
- Print the device ID:
|
||||
|
||||
`syncthing -device-id`
|
||||
|
||||
- Change the home directory:
|
||||
|
||||
`syncthing -home={{path/to/directory}}`
|
||||
|
||||
- Force a full index exchange:
|
||||
|
||||
`syncthing -reset-deltas`
|
||||
|
||||
- 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:
|
||||
|
||||
`syncthing -paths`
|
||||
|
||||
- Disable the syncthing monitor process:
|
||||
|
||||
`syncthing -no-restart`
|
Loading…
Add table
Reference in a new issue