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: 15 days ago
JSON representation
gSync is an rsync based library for sending delta updates of files to a remote server.
- Host: GitHub
- URL: https://github.com/c4milo/gsync
- Owner: c4milo
- License: mpl-2.0
- Created: 2017-02-24T23:22:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T04:26:30.000Z (over 3 years ago)
- Last Synced: 2024-10-20T23:46:00.350Z (21 days ago)
- Topics: diff, go, patch, rsync, rsync-library, sync-data
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 385
- Watchers: 17
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)