https://github.com/LightQuantumArchive/rsync-rs-poc
Quick poc of the rsync wire protocol in Rust. Supports delta transfer.
https://github.com/LightQuantumArchive/rsync-rs-poc
Last synced: about 1 year ago
JSON representation
Quick poc of the rsync wire protocol in Rust. Supports delta transfer.
- Host: GitHub
- URL: https://github.com/LightQuantumArchive/rsync-rs-poc
- Owner: LightQuantumArchive
- License: bsd-3-clause
- Created: 2023-01-31T21:39:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T21:40:51.000Z (over 2 years ago)
- Last Synced: 2025-03-17T19:22:02.615Z (about 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rsync wire protocol in Rust
This is a quick poc of the rsync wire protocol in Rust. It supports delta transfer.
The code is really a mess right now, and is only a poc to see if it is possible to implement the protocol in Rust.
The ultimate goal is to implement a solution to use s3 as a transfer target for rsync, with its use case tailored for
mirror sites.
This repo won't be maintained, and is only here for reference.
Further work will be done in a new crate.
The code is based on [arrsync (Rust)](https://github.com/jcaesar/ftp2mfs/tree/master/crates/arrsync) and
[gokrazy/rsync (Go)](https://github.com/gokrazy/rsync).
The supported wire protocol version is 27.