Skip to content

Overview

Piotr Gregor edited this page Jul 20, 2016 · 50 revisions

rsyncme

rsyncme is open source tool for easy and efficient synchronization of remote data. It is simple implementation of rsync algorithm for synchronization of files without sending redundant data. It is based on Tridgell A., "Efficient Algorithms for Sorting and Synchronization", 1999. Rsyncme uses twlist implementations of list, queue and hashtable based on Linux kernel code of list and hash. Project is in the version 0.1.2, having local synchronization ready. We are steady heading to first beta release 0.2.0.

Development process

We automatically build all images of our software on each commit and execute all test suites on built binaries to assert there is no place for unexpected monsters.

Roadmap


version     description


0.1.1       Added cmocka support for testing.

0.1.2       Current version is 0.1.2. Added local synchronization.
            We are finalizing white box testing.

0.1.3       Remote synchronization.

0.1.4       Testing of 0.1.3 (white box testing).

0.1.5       GUI

0.1.6       Testing.

...

0.2.0       First beta release.

...

...

1.0.0       First GA (public) release.

Download, build, install

In simplest form

$ git clone --recursive https://bitbucket.org/piotrgregor/rsyncme.git
$ cd rsyncme
$ bash install_deps.sh cmocka
$ cd src
$ make

+ OPTIONAL
$ make test
$ make test-check

Please read the README file for details.

Usage

Please read user guide online or inspect USER_GUIDE.txt.

Online documentation

doc

Quick links

Website: http://rsyncme.org

Development: https://bitbucket.org/piotrgregor/rsyncme

Mirror: https://github.com/spinlockirqsave/rsyncme/wiki

Notes

Should you have any questions about this project, any needs or suggestions of improvements, please do let me know by sending an email to <piotrek.gregor at gmail.com> and prefixing topic with 'rsyncme'. I am always more than happy to get this feedback.

Author

Piotr Gregor < piotrek.gregor at gmail.com >

Want to help?

gofundme.com/rsyncme

![](https://bitbucket.org/repo/5rMo5j/images/3562642089-osi_logo_1.png https://opensource.org)

Clone this wiki locally