Syncthing
Syncthing
A private and continuous file synchronization program between two or more computers.
Documentation: https://docs.syncthing.net/
Repository: https://github.com/syncthing/syncthing
Install
# Windows
winget install Syncthing.Syncting
# Arch Linux
pacman -S syncthing
systemctl enable syncthing
systemctl start syncthing
# MaOS
brew install syncthing
brew services start syncthing
Setup
- Open Syncthing web-app https://localhost:8384.
- Add new folder.
- Set Folder ID to anything. This should be the same across devices.
- Set Folder Path to the folder you want to sync.
- Repeat steps 1-3 on at least 1 other device.
- Click Add Device and enter device ID from other devices.
- Click Edit on synced folder, under Sharing tab click the checkbox for each device.