Skip to content

Install

You need rsync on your $PATH and a Rust toolchain to build from source.

From source

bash
git clone https://github.com/westpoint-io/lazyrsync
cd lazyrsync
cargo install --path .

This installs the lazyrsync binary into ~/.cargo/bin. Make sure that's on your $PATH.

To run without installing:

bash
cargo run --release

Package managers

  • crates.iocargo install lazyrsync
  • cargo-binstallcargo binstall lazyrsync (grabs the prebuilt GitHub Release binary)
  • Homebrew, AUR, Nix

Platform support

Linux and macOS.

Released under the MIT License.