Syncthing


Syncthing is a free, open-source peer-to-peer file synchronization application available for Windows, Mac, Linux, Android, Solaris, Darwin, and BSD. It can sync files between devices on a local network, or between remote devices over the Internet. Data security and data safety are built into the design of the software.

Technology

Syncthing is written in Go and implements its own, equally free Block Exchange Protocol.
Syncthing is a BYO cloud model where the users provide the hardware that the software runs on. It works generally in the same way that Resilio Sync does where the larger the number of mesh devices, the more efficiently data can be transferred. It supports IPv6 and, for those on IPv4 networks, NAT punching and relaying are offered. Devices connecting to each other require explicit approval which increases the security of the mesh. All data, whether transferred directly between devices or via relays, is encrypted using TLS.
Conflicts are handled with the older file being renamed with a "sync-conflict" suffix, enabling the user to decide how to manage two or more files of the same name that have been changed between syncing. GUI Wrappers can use these files to present the user with a method of resolving conflicts without having to resort to manual file handling.
Efficient syncing is achieved via compression of metadata or all transfer data, block re-use and lightweight scanning for changed files, once a full hash has been computed and saved. Syncthing offers send-only and receive-only folder types where updates from remote devices are not processed, various types of file versioning and file/path ignore patterns. Two different SHA256 hashing implementations are currently supported, the faster of which will be used dynamically after a brief benchmark on start-up. Moving and renaming of files and folders is handled efficiently, with Syncthing intelligently processing these operations rather than re-downloading data from scratch.

Infrastructure

Device discovery is achieved via publicly-accessible discovery servers hosted by the project developers, local discovery via broadcast messages, device history and static host name/addressing. The project also provides the Syncthing Discovery Server program for hosting one's own discovery servers, which can be used alongside, or as a replacement of the public servers.
The network of community-contributed relay servers allows devices that are both behind different IPv4 NAT firewalls to be able to communicate by relaying encrypted data via a third party. The relaying performed is similar in nature to the TURN protocol, with the traffic TLS-encrypted end-to-end between devices. Private relays can also be set up and configured, with or without public relays, if desired. Syncthing will automatically switch from relaying to direct device-to-device connections if it discovers that a direct connection has become available.
Syncthing can be used without any connection to the project or community's servers: upgrades, opt-in usage data, discovery and relaying can all be disabled and/or configured independently, thus the mesh and its infrastructure can all be run in a closed system for privacy or confidentiality.

Configuration and management

Syncthing must be configured via a web browser either locally or remotely, the REST and Events APIs or one of the community-contributed wrapper programs. Links to Docker images are also provided on the community contributions page, as well as links to supported configuration management solutions such as Puppet, Ansible and others.

Reception

DateVersionMajor Changes
2020-04-081.4.2
  • Bugfixes
2020-04-071.4.1
  • Bugfixes
  • 2020-03-171.4.0
  • Bugfixes and important changes
  • 2020-02-041.3.4
  • Bugfixes
  • 2020-01-061.3.3
  • Bugfixes and other minor changes
  • 2019-12-031.3.2
  • Bugfixes and other minor changes
  • 2019-11-051.3.1
  • Bugfixes and other minor changes
  • 2019-10-011.3.0
  • New parameter for adjusting database size
  • Better database performance
  • 2019-09-031.2.2
  • Bugfixes
  • 2019-08-071.2.1
  • Bugfixes
  • 2019-07-091.2.0
  • New transport protocol
  • Automatic crash reporting
  • 2019-06-031.1.4
  • Bugfixes
  • 2019-05-091.1.3
  • Hotfix for release to fix a panic bug on Windows
  • 2019-05-071.1.2
  • Bugfixes
  • 2019-04-021.1.1
  • Add support for TLS1.3
  • 2019-04-221.1.0
  • User/group ownership follows parent dir
  • Fix hashing performance
  • 2019-02-051.0.1
  • Bugfixes
  • 2019-01-011.0.0
  • Limit max simultaneous scans
  • Show limit locally changed files for receive only folders
  • 2016-06-190.14 “Dysprosium Dragonfly”
  • new, extensible sync protocol
  • 2016-05-170.13 “Copper Cockroach”
  • Serve files while downloading them
  • Unique folder ID separate from label
  • 2015-11-050.12 “Beryllium Bedbug”
  • Connection Relaying
  • Device Discovery over HTTPS
  • 2015-04-220.11
  • Conflict Handling
  • CPU Usage Improvements
  • Performance Improvements When Syncing Many Small Files or Very Large Ones
  • External Versioning
  • 2014-10-080.10
    2014-08-010.9
    2014-04-140.8
    2014-03-300.7
    2014-02-230.6
    The initial public binary release was made on 30 December 2013.
    In October 2014 it was announced by the original author that Syncthing was being rebranded as "Pulse". However, on November 17, the developer decided not to change Syncthing to Pulse and is no longer working with ind.ie. Ind.ie's Pulse is now an officially sanctioned fork of Syncthing.