Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Technology  





2 Infrastructure  





3 Configuration and management  





4 Reception  





5 History  





6 See also  





7 References  





8 External links  














Syncthing






Afrikaans
Català
Deutsch
Español
Euskara
Français
Italiano
Русский

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Syncthing
Original author(s)Jakob Borg
Developer(s)Jakob Borg et al.[1]
Initial releaseDecember 15, 2013; 10 years ago (2013-12-15)
Stable release1.27.8[2] Edit this on Wikidata (4 June 2024; 26 days ago (4 June 2024)) [±]
Preview release1.23.5-rc.1 (9 May 2023; 13 months ago (2023-05-09)[3]) [±]
Repository
Written inGo
Operating systemLinux, macOS, Windows, Android, BSD, Solaris
Available in38 languages[4]
List of languages
English, German, Greek, Spanish, French, Italian, Polish, Portuguese, Russian, Swedish, Norwegian
TypeFile synchronization
LicenseMPL 2.0[5]
Websitesyncthing.net

Syncthing is a free and open source peer-to-peer file synchronization application available for Windows, macOS, Linux, Android, Solaris, Darwin, and BSD.[6] 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 its design. Version 1.0 was released in January 2019 after five years in beta.[7]

Technology[edit]

Syncthing is written in Go and implements its own, equally free Block Exchange Protocol.[8]

It is a BYO cloud model where users provide the hardware it runs on. It supports IPv6 and, for those on IPv4 networks, NAT punching and relay. Devices that connect to each other require explicit approval (unless using the Introducer feature) which increases the security of the mesh. All data, whether transferred directly between devices or via relays, is encrypted using TLS.[9][10]

Conflicts are handled with the older file being renamed with a "sync-conflict" suffix (along with time and date stamp), enabling the user to decide how to manage two or more files of the same name that have been changed between synching.[11] 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,[12] block re-use[13] and lightweight scanning[14] for changed files, once a full hash has been computed and saved. Syncthing offers send-only and receive-only folder types[15] where updates from remote devices are not processed, various types of file versioning[16] (trash can, simple or staggered versioning, and handing versioning to an external program or script) and file/path ignore patterns.[17] Two different SHA256 hash implementations are currently supported, the faster of which is used dynamically after a brief benchmark on startup.[18] Moving and renaming files and folders is handled efficiently, with Syncthing intelligently processing these operations rather than re-downloading data from scratch.[19]

Infrastructure[edit]

Device discovery is achieved via publicly-accessible discovery servers hosted by the project developers,[20] local (LAN) discovery via broadcast messages, device history and static host name/addressing. The project also provides the Syncthing Discovery Server[21] program for hosting one's own discovery servers, which can be used alongside or as a replacement for the public servers.

The network of community-contributed relay servers allows devices behind different IPv4 NAT firewalls to communicate by relaying encrypted data via a third party. The relay is similar to the TURN protocol, with the traffic TLS-encrypted end-to-end between devices (thus even the relay server cannot see the data, only the encrypted stream). Private relays can also be set up and configured, with or without public relays, if desired. Syncthing automatically switches from relaying to direct device-to-device connections if it discovers a direct connection has become available.[22]

Syncthing can be used without any connection to the project or community's servers:[23] upgrades, opt-in usage data, discovery and relaying can all be disabled or configured independently, thus the mesh and its infrastructure can all be run in a closed system for privacy or confidentiality.

Configuration and management[edit]

Syncthing can be configured via a web browser either locally or remotely (and supports access via proxy server), but it is also possible to edit the configuration file directly. The REST and Events APIs or one of the community-contributed wrapper programs.[24] 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[edit]

History[edit]

Syncthing version history (part)
Date Version Major Changes
2023-09-25 1.25.0[32]
2022-05-04 1.20.0[32]
2021-04-06 1.15.0[32]
2020-09-15 1.10.0[32]
2020-04-21 1.5.0[32]
2019-10-01 1.3.0[33]
  • New parameter for adjusting database size
  • Better database performance
2019-07-09 1.2.0[34]
  • New transport protocol (QUIC)
  • Automatic crash reporting
2019-05-09 1.1.3[35]
  • Hotfix for release to fix a panic bug on Windows
2019-04-02 1.1.1[36]
  • Add support for TLS1.3
2019-04-22 1.1.0[37]
  • User/group ownership follows parent dir
  • Fix hashing performance
2019-01-01 1.0.0[38]
  • Limit max simultaneous scans
  • Show limit locally changed files for receive only folders
2016-06-19 0.14 "Dysprosium Dragonfly"[39]
  • new, extensible sync protocol (full rehashing of folder contents will happen on first restart)
2016-05-17 0.13 "Copper Cockroach"[40]
  • Serve files while downloading them
  • Unique folder ID separate from label
2015-11-05 0.12 "Beryllium Bedbug"[41]
  • Connection Relaying
  • Device Discovery over HTTPS

The initial public binary release (v0.2) was made on 30 December 2013.[42]

In October 2014 it was announced by the original author that Syncthing was being rebranded as "Pulse".[43] 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.[44]

On 22 April 2015, 0.11.0 was released and it introduced conflict handling, language selection in the UI, CPU usage and synching speed improvements, Long filename support on Windows, automatic restarting when there is a problem for example the drive being inaccessible, and support for external versioning software.[45] 0.11 is not backwards compatible with older versions of Syncthing.[45] Because of changes to the REST API Syncthing clients that were on 0.10.x wouldn't automatically update to 0.11 as it wasn't compatible with a lot of the 3rd party integrations at the time of its release.[45]

0.13.0 like many of the older releases of Syncthing is incompatible with clients that are running version 0.12.x and below. 0.13.x separates the folder ids from folder labels. It also now has the ability to serve parts of the file that have already been downloaded to other clients while it is still downloading.[46]

1.0.0, codenamed Erbium Earthworm,[47] didn't really bring any major changes to the table. It was more of a reflection by the developers on the widespread use of the program and the fact that it had already been in development for almost 5 years at that point.[48][49] Despite the change in the major number Jakob Borg, the lead developer, stated that it was otherwise identical to 0.14.55-rc.2[47]

Alongside the 1.0.0 release the team introduced a new semver-like versioning system with the following criteria:[50]

In 1.1.0 syncthing adopted Go 1.12 and as such loses compatibility with Windows XP and Windows Server 2003[51]

1.2.0 introduces support for QUIC, can now perform automatic crash reporting and deprecates small / fixed blocks. 1.2.0 also dropped support for communicating with Syncthing clients that are running 0.14.45 or older.[52]

1.8.0 adds an experimental folder option that allows users to specify how file changes should be saved on Copy-on-write file systems and also adds TCP hole punching support.[53]

1.9.0 introduced the option caseSensitiveFS that allowed users to disable the newly added handling for case insensitive filesystems.[54]

The 1.10.0 release gave users the ability to toggle whether they would like LAN IPs to be broadcast to the global discovery network.[55]

See also[edit]

References[edit]

  1. ^ "AUTHORS". Retrieved 7 April 2016 – via GitHub.
  • ^ "Release 1.27.8". 4 June 2024. Retrieved 16 June 2024.
  • ^ "Releases". Retrieved 2020-06-03 – via GitHub.
  • ^ "The syncthing translation project on Transifex". www.transifex.com. Retrieved 24 August 2020.
  • ^ "LICENSE". Retrieved 7 April 2016 – via GitHub.
  • ^ Wallen, Jack (5 January 2016). "Let Syncthing turn your desktop into a local cloud for your mobile device". TechRepublic. CBS Interactive.
  • ^ "Syncthing 1.0.0 released as open-source P2P sync tool, finally leaves beta". BetaNews. 2019-01-03. Retrieved 2023-10-18.
  • ^ "Block Exchange Protocol v1". Retrieved 7 April 2016.
  • ^ "Security Principles — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Relaying — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "FAQ — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "FAQ — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Understanding Synchronization — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Understanding Synchronization — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Folder Types". Retrieved 2020-07-09.
  • ^ "File Versioning — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Ignoring Files — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "cmd/syncthing: Add selectable sha256 package (fixes #3613, fixes #3614)". Github.com. 2016-09-22. Retrieved 2017-01-04.
  • ^ "FAQ — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Understanding Device IDs — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Syncthing Discovery Server — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Relaying — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Security Principles — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Community Contributions — Syncthing v0.14 documentation". Docs.syncthing.net. Retrieved 2017-01-04.
  • ^ "Security Now! Episode 456". Grc.com. Retrieved 4 November 2014.
  • ^ "Security Now! Episode 603". Grc.com. Retrieved 7 February 2019.
  • ^ "Security Now! Episode 698". Grc.com. Retrieved 7 February 2019.
  • ^ "Security Now! Episode 727". Grc.com. Retrieved 14 August 2019.
  • ^ "Security Now! Episode 734 on YouTube". YouTube.com. Retrieved 3 October 2019.
  • ^ "Security Now! Episode 781 on YouTube". YouTube.com. Retrieved 1 September 2020.
  • ^ "Syncing all the things". Retrieved 7 September 2021.
  • ^ a b c d e "Versions & Releases — Syncthing documentation". docs.syncthing.net. Retrieved 2023-10-18.
  • ^ v1.3.0, The Syncthing Project, 2019-10-01
  • ^ v1.2.0, The Syncthing Project, 2019-07-09
  • ^ v1.1.3, The Syncthing Project, 2019-05-31
  • ^ v1.1.1, 2019-05-31
  • ^ v1.1.0, 2019-05-31
  • ^ v1.0.0, 2019-05-31
  • ^ "0.14". Github.com. 19 June 2016.
  • ^ "0.13". Github.com. 17 May 2016.
  • ^ "0.12". 14 April 2016.
  • ^ "Releases". 30 December 2013 – via GitHub.
  • ^ Borg, Jakob (9 October 2014). "Introducing Pulse, and ind.ie". Retrieved 7 April 2016.
  • ^ Borg, Jakob (17 November 2014). "Syncthing is still Syncthing". Retrieved 7 April 2016.
  • ^ a b c "Syncthing v0.11.0 Release Notes". Syncthing Community Forum. 14 April 2015. Retrieved 15 October 2020.
  • ^ "Release v0.13.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ a b "Syncthing graduation day". Syncthing Community Forum. 1 January 2019. Retrieved 15 October 2020.
  • ^ "Release v1.0.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ "Syncthing 1.0.0 released as open-source P2P sync tool, finally leaves beta". BetaNews. 3 January 2019. Retrieved 15 October 2020.
  • ^ "Versions & Releases — Syncthing v1 documentation". docs.syncthing.net. Retrieved 15 October 2020.
  • ^ "Release v1.1.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ "Release v1.2.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ "Release v1.8.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ "Release v1.9.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • ^ "Release v1.10.0 · syncthing/syncthing". GitHub. Retrieved 15 October 2020.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Syncthing&oldid=1231839012"

    Categories: 
    Data synchronization
    Peer-to-peer file sharing
    Peer-to-peer software
    Free file sharing software
    Cross-platform free software
    Free software for Linux
    Free software for Windows
    Free software for macOS
    2013 software
    Free software programmed in Go
    Free storage software
    Software using the Mozilla license
    Solaris software
    Free backup software
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
     



    This page was last edited on 30 June 2024, at 14:55 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki