System Grab Bag

View all TLDR pages from common (or from all pages)

syncthing

Continuous bidirectional decentralised folder synchronisation tool. More information: https://docs.syncthing.net/.
  • Start Syncthing:
    syncthing
  • Start Syncthing without opening a web browser:
    syncthing -no-browser
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.