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: 4 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T04:26:30.000Z (almost 5 years ago)
- Last Synced: 2025-08-13T23:37:02.006Z (6 months ago)
- Topics: diff, go, patch, rsync, rsync-library, sync-data
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 387
- Watchers: 16
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gSync
[](https://godoc.org/github.com/c4milo/gsync)
[](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/.
