Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:08
4110e51

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 .rpm packages 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 --version

Default 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