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 updatesudo apt-get install syncthing - OS X
-
brew install syncthing - Raspbian
-
apt-get install syncthing - Docker
-
docker run cmd.cat/syncthing syncthingpowered 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