Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:00
· 15 commits to main since this release

rsync-archive v0.4.2

Multi-distro release builds (x86_64, default features).

Highlights

  • Release tarballs contain binary rsync-archive (no OS/version suffix in the binary name)
  • Walk robustness: soft-skip vanished /tmp files, /proc races, unreadable dirs
  • --include-cwd, restriction lists, tar-zstd/tar-lz4, non-solid 7z default

Supported CI targets

Distro Versions
Ubuntu LTS 22.04, 24.04
Rocky Linux 8, 9, 10

Assets

Download the tarball matching your OS (glibc-linked; built on that distro).
Each archive contains a binary named rsync-archive (no OS/version suffix).

tar -xzf rsync-archive-<distro>-x86_64.tar.gz
./rsync-archive --version

Default features: pure-Rust LZMA2 + zstd + lz4_flex (no system liblzma required).

Full Changelog: v0.4.1...v0.4.2