Skip to content
Piotr Gregor edited this page Mar 8, 2016 · 33 revisions

rsyncme

rsyncme is a simple rsync algorithm implementation based on Tridgell A., "Efficient Algorithms for Sorting and Synchronization", 1999. Main features of this implementation should be simplicity of use and being 100% bug-free.

Roadmap


version     description

0.1.1       Added cmocka support for testing.

0.1.2       Current version is 0.1.2 alpha. The main goal to complete in this version
            is local synchronization. After this is implemented and tested then it is
            possible to implement remote synchronization in version 0.1.3 alpha.

0.1.3       Remote synchronization.

Download, build, install

In simplest form

$ git clone https://[email protected]/piotrgregor/rsyncme.git
$ cd rsyncme/src
$ make

+ OPTIONAL

$ make test
$ make test-check

Please read the README file for details.

Quick links

Project website: https://bitbucket.org/piotrgregor/rsyncme

Main developer

Piotr Gregor <piotrek.gregor at gmail.com>

Clone this wiki locally