1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 13:43:55 +02:00
tldr/pages/common/syncthing.md

37 lines
747 B
Markdown
Raw Normal View History

# syncthing
> Continuous bidirectional decentralised folder synchronisation tool.
2025-08-05 11:13:01 +03:00
> More information: <https://docs.syncthing.net/users/syncthing.html>.
- Start Syncthing:
`syncthing`
- Start Syncthing without opening a web browser:
2025-08-05 11:13:01 +03:00
`syncthing --no-browser`
- Change the home directory:
2025-08-05 11:13:01 +03:00
`syncthing --home {{path/to/directory}}`
2025-08-16 23:32:59 +05:30
- Run Syncthing with increased logging:
2025-08-16 23:32:59 +05:30
`syncthing --verbose`
2025-08-16 23:32:59 +05:30
- Pause all devices:
2025-08-16 23:32:59 +05:30
`syncthing cli config devices pause --all`
2025-08-16 23:32:59 +05:30
- Resume all devices:
2025-08-16 23:32:59 +05:30
`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}}`
2025-08-16 23:32:59 +05:30
- Set the log level for output:
2025-08-16 23:32:59 +05:30
`syncthing --log-level {{info|warning|error|debug}}`