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