syncfast

Crates.iosyncfast
lib.rssyncfast
version0.2.0
sourcesrc
created_at2021-08-30 15:35:38.970878
updated_at2021-10-05 01:09:18.951817
descriptionrsync/rdiff/zsync clone
homepage
repositoryhttps://github.com/remram44/syncfast
max_upload_size
id444339
size123,337
Remi Rampin (remram44)

documentation

https://docs.rs/syncfast/

README

Build Status Crates.io Documentation License

What is this?

This is an rsync clone written in the Rust programming language. It is intended to provide the functionality of rsync, rdiff, and zsync in one single program, as well as some additions such as caching file signatures to make repeated synchronizations faster. It will also provide a library, allowing to use the functionality in your own programs.

Current status

Core functionality is there. You can index and sync local folders, and sync over SSH.

The next step is implementing syncing over HTTP, and syncing "offline" (diff/patch).

How to use

$ syncfast sync some/folder ssh://othermachine/home/folder

Notes

The rsync algorithm: https://rsync.samba.org/tech_report/ How rsync works: https://rsync.samba.org/how-rsync-works.html

zsync: http://zsync.moria.org.uk/

Compression crate: https://crates.io/crates/flate2

Commit count: 68

cargo fmt