1
0
Fork 0
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:
Starbeamrainbowlabs 2020-07-28 12:09:30 +01:00 committed by GitHub
parent 867bb333ad
commit 95ef1a04ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
pages/common/syncthing.md Normal file
View 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`