Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/c4milo/gsync

gSync is an rsync based library for sending delta updates of files to a remote server.
https://github.com/c4milo/gsync

diff go patch rsync rsync-library sync-data

Last synced: 3 months ago
JSON representation

gSync is an rsync based library for sending delta updates of files to a remote server.

Lists

README

        

# gSync

[![GoDoc](https://godoc.org/github.com/c4milo/gsync?status.svg)](https://godoc.org/github.com/c4milo/gsync)
[![Build Status](https://travis-ci.org/c4milo/gsync.svg?branch=master)](https://travis-ci.org/c4milo/gsync)

A Go library implementing rsync algorithm described at https://www.samba.org/~tridge/phd_thesis.pdf and in more detail at http://paperswelove.org/2017/video/camilo-aguilar-rsync-algorithm/.

![](https://cldup.com/RbP31xBun9.png)