literalium / openrsync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clean-room implementation of rsync with a BSD (ISC) license. It is designed to be compatible with a modern rsync (3.1.3 is used for testing). It currently compiles and runs only on OpenBSD.

This project is still very new and very fast-moving.

It's not ready for wide-spread testing. Or even narrow-spread beyond getting all of the bits to work. It's not ready for strong attention. Or really any attention but by careful programming.

Many have asked about portability. We're just not there yet, folks. But don't worry, the system is easily portable. The hard part for porters is matching OpenBSD's pledge and unveil.

See rsync.5 for protocol details or utility documentation in openrsync.1.

This repository is a read-only mirror of a private CVS repository. I use it for issues and pull requests. Please do not make feature requests: I will simply close out the issue.

About

License:ISC License


Languages

Language:C 88.4%Language:Roff 10.7%Language:Makefile 0.9%