Open Source Continuous File Synchronization
Go to file
2014-01-07 17:07:46 +01:00
buffers Memory usage optimizations 2013-12-29 20:33:57 -05:00
discover Improve/fix buffer handling 2013-12-30 15:06:44 -05:00
github.com/jessevdk/go-flags Pull in go-flags, modified to build on Solaris 2013-12-23 11:18:46 -05:00
gui Better progress bar calculation 2014-01-06 06:38:01 +01:00
model Syncronize file mode (fixes #20) 2014-01-07 16:38:07 +01:00
protocol synch -> sync 2014-01-06 22:27:57 +01:00
.gitignore Move build artefacts dir 2014-01-06 06:11:19 +01:00
build.sh Unbreak build script 2014-01-07 17:07:46 +01:00
gui.go Refactor out the model into a subpackage 2014-01-06 11:11:18 +01:00
LICENSE REBASE! 2013-12-15 11:43:40 +01:00
locktrace.go Lock tracing, fixes 2013-12-24 20:31:25 -05:00
logger.go Remove source info in log by default 2013-12-30 21:25:34 -05:00
main.go Allow deletes per default (fixes #19) 2014-01-07 16:15:18 +01:00
README.md Point to the wiki for documentation (fixes #10) 2014-01-07 12:07:56 +01:00
tls.go Improve log message consistency 2013-12-30 15:31:41 -05:00
util.go Dead code removal 2014-01-06 12:45:43 +01:00

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