LinuxCommandLibrary

syncthing

Continuous bidirectional decentralised folder synchronisation tool.

TLDR

Start Syncthing

$ syncthing
copy


Start Syncthing without opening a web browser
$ syncthing -no-browser
copy


Print the device ID
$ syncthing -device-id
copy


Change the home directory
$ syncthing -home=[path/to/directory]
copy


Force a full index exchange
$ syncthing -reset-deltas
copy


Change the address upon which the web interface listens
$ syncthing -gui-address=[ip_address:port|path/to/socket.sock]
copy


Show filepaths to the files used by Syncthing
$ syncthing -paths
copy


Disable the Syncthing monitor process
$ syncthing -no-restart
copy

Copied to clipboard