Open Source Continuous File Synchronization.

Jakob Borg 725f748b17 Find syncthing binary in $PATH when restarting (fixes #68) %!s(int64=10) %!d(string=hai) anos
assets e6b29988e5 Logo %!s(int64=10) %!d(string=hai) anos
auto f3a793ce91 Add peer node sync status in GUI (fixes #46) %!s(int64=10) %!d(string=hai) anos
buffers 976baff44f Memory usage optimizations %!s(int64=10) %!d(string=hai) anos
discover 81d5d1d4a6 Rework config/flags (fixes #13) %!s(int64=10) %!d(string=hai) anos
github.com cd2040a7d2 Pull in go-flags, modified to build on Solaris %!s(int64=10) %!d(string=hai) anos
gui f3a793ce91 Add peer node sync status in GUI (fixes #46) %!s(int64=10) %!d(string=hai) anos
integration 618c376e18 Synchronize zero sized files (fixes #44) %!s(int64=10) %!d(string=hai) anos
protocol fc6eabea28 Enforce identical member configuration among nodes (fixes #63) %!s(int64=10) %!d(string=hai) anos
testdata 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
.gitignore 8974c33f2f Move build artefacts dir %!s(int64=10) %!d(string=hai) anos
CONTRIBUTING.md d31a126408 CONTRIBUTING.md %!s(int64=10) %!d(string=hai) anos
LICENSE bfe935b5ab REBASE! %!s(int64=10) %!d(string=hai) anos
README.md eebc145055 Point to the wiki for documentation (fixes #10) %!s(int64=10) %!d(string=hai) anos
blocks.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
blocks_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
build.sh 71def3a970 Don't include resource fork crap in builds (fixes #48) %!s(int64=10) %!d(string=hai) anos
config.go 3a5b816125 Allow setting a friendly name for the local node (fixes #65) %!s(int64=10) %!d(string=hai) anos
filemonitor.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
filequeue.go c171780c0d Reorder locking to avoid deadlock (fixes #64) %!s(int64=10) %!d(string=hai) anos
filequeue_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
gui.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
gui_development.go a1d575894a Edit configuration in GUI; use XML configuration %!s(int64=10) %!d(string=hai) anos
gui_embedded.go a1d575894a Edit configuration in GUI; use XML configuration %!s(int64=10) %!d(string=hai) anos
gui_unix.go b601fc5627 Don't build with CPU usage on Solaris %!s(int64=10) %!d(string=hai) anos
locktrace.go cf04e101b9 Lock tracing, fixes %!s(int64=10) %!d(string=hai) anos
logger.go 6c8135126d Initialize logging earlier (fix panic in tests) %!s(int64=10) %!d(string=hai) anos
main.go 725f748b17 Find syncthing binary in $PATH when restarting (fixes #68) %!s(int64=10) %!d(string=hai) anos
model.go f3a793ce91 Add peer node sync status in GUI (fixes #46) %!s(int64=10) %!d(string=hai) anos
model_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
suppressor.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
suppressor_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
tls.go d4fe1400d2 Longer RSA key and stronger node ID hash (ref #23) %!s(int64=10) %!d(string=hai) anos
usage.go 81d5d1d4a6 Rework config/flags (fixes #13) %!s(int64=10) %!d(string=hai) anos
util.go b64af73607 Dead code removal %!s(int64=10) %!d(string=hai) anos
walk.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos
walk_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) %!s(int64=10) %!d(string=hai) anos

README.md

syncthing

This is syncthing, an open BitTorrent Sync alternative. It is currently far from ready for mass consumption, but it is a usable proof of concept and tech demo. The following are the project goals:

  1. Define an open, secure, language neutral protocol usable for efficient synchronization of a file repository between an arbitrary number of nodes. This is the Block Exchange Protocol (BEP).

  2. Provide the reference implementation to demonstrate the usability of said protocol. This is the syncthing utility.

The two are evolving together; the protocol is not to be considered stable until syncthing 1.0 is released, at which point it is locked down for incompatible changes.

Syncthing does not use the BitTorrent protocol. The reasons for this are 1) we don't know if BitTorrent Sync does either, so there's nothing to be compatible with, 2) BitTorrent includes a lot of functionality for making sure large swarms of selfish agents behave and somehow work towards a common goal. Here we have a much smaller swarm of cooperative agents and a simpler approach will suffice.

Documentation

The syncthing documentation is kept on the GitHub Wiki.

License

MIT