All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

openrsync: A BSD-Licensed Implementation of rsync for OpenBSD and Unix Systems

By

sph

1d ago· 12 min readenCode

Summary

This article describes openrsync, a BSD (ISC) licensed implementation of the rsync file synchronization tool. It has been merged into OpenBSD base and is compatible with modern rsync (protocol 27), though it accepts only a subset of command-line arguments. The project is primarily for OpenBSD but can compile and run on other UNIX systems. Contributions are accepted via patches to the OpenBSD tech mailing list.

Key quotes

· 4 pulled
This system has been merged into OpenBSD base.
This is an implementation of rsync with a BSD (ISC) license.
It's compatible with a modern rsync (3.1.3 is used for testing, but any supporting protocol 27 will do), but accepts only a subset of rsync's command-line arguments.
Its officially-supported operating system is OpenBSD, but it will compile and run on other UNIX systems.
Snippet from the RSS feed
BSD-licensed implementation of rsync. Contribute to kristapsdz/openrsync development by creating an account on GitHub.

You might also wanna read