rsync-archive v0.6.1
Multi-distro release builds (x86_64, default features).
Highlights
- Rsync-aligned filters:
--filter-from, dir include vs/**, end-anchor; live rsync dry-run parity tests - Soft-skip vanished files at selection/open; invalid restriction-list lines ignored
- Release tarballs contain binary
rsync-archive(no OS suffix inside the tar) - Rocky Linux 8 / 9 / 10
.rpmpackages install/usr/bin/rsync-archive
Supported CI targets
| Distro | Versions | Assets |
|---|---|---|
| Ubuntu LTS | 22.04, 24.04 | .tar.gz |
| Rocky Linux | 8, 9, 10 | .tar.gz + .rpm |
Assets
Download the tarball or RPM matching your OS (glibc-linked; built on that distro).
Each tarball contains a binary named rsync-archive (no OS/version suffix).
RPMs install to /usr/bin/rsync-archive. Pick *.rocky8.* / *.rocky9.* / *.rocky10.*.
tar -xzf rsync-archive-<distro>-x86_64.tar.gz
./rsync-archive --version
# Rocky Linux
sudo dnf install ./rsync-archive-*.rocky9.x86_64.rpm
rsync-archive --versionDefault features: pure-Rust LZMA2 + zstd + lz4_flex (no system liblzma required).
What's Changed
- Archive-integrity hardening + rsync-selection semantics fixes from deep review by @hilather in #1
- feat: ship Rocky 8/9/10 RPMs (v0.6.1) by @hilather in #2
New Contributors
Full Changelog: v0.6.0...v0.6.1