From 95ef1a04abf39be5f0dbeb29a842ed79509a5321 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 28 Jul 2020 12:09:30 +0100 Subject: [PATCH] syncthing: add page (#4215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović --- pages/common/syncthing.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/syncthing.md diff --git a/pages/common/syncthing.md b/pages/common/syncthing.md new file mode 100644 index 0000000000..b3fa5a6f5c --- /dev/null +++ b/pages/common/syncthing.md @@ -0,0 +1,32 @@ +# syncthing + +> Continuous bidirectional decentralised folder synchronisation tool. +> More information: . + +- Start syncthing: + +`syncthing` + +- 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`