syncthing
Continuous bidirectional decentralised folder synchronisation tool. More information: <https://docs.syncthing.net/>.
Install
- All systems
-
curl cmd.cat/syncthing.sh
- Debian
-
apt-get install syncthing
- Ubuntu
-
apt-get install syncthing
- Alpine
-
apk add syncthing
- Arch Linux
-
pacman -S syncthing
- Kali Linux
-
apt-get install syncthing
- Fedora
-
dnf install syncthing
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install syncthing
- OS X
-
brew install syncthing
- Raspbian
-
apt-get install syncthing
- Dockerfile
- dockerfile.run/syncthing
- Docker
-
docker run cmd.cat/syncthing syncthing
powered by Commando
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
© tl;dr; authors and contributors