diff --git a/pages/common/syncthing.md b/pages/common/syncthing.md index 942145c949..28e2de7632 100644 --- a/pages/common/syncthing.md +++ b/pages/common/syncthing.md @@ -11,26 +11,26 @@ `syncthing --no-browser` -- Print the device ID: - -`syncthing --device-id` - - Change the home directory: `syncthing --home {{path/to/directory}}` -- Force a full index exchange in order to resolve out of sync files: +- Run Syncthing with increased logging: -`syncthing --reset-deltas` +`syncthing --verbose` + +- Pause all devices: + +`syncthing cli config devices pause --all` + +- Resume all devices: + +`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}}` -- Show filepaths to the files used by Syncthing: +- Set the log level for output: -`syncthing --paths` - -- Disable the Syncthing monitor process: - -`syncthing --no-restart` +`syncthing --log-level {{info|warning|error|debug}}`