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 --releasePackage managers
- crates.io —
cargo install lazyrsync - cargo-binstall —
cargo binstall lazyrsync(grabs the prebuilt GitHub Release binary) - Homebrew, AUR, Nix
Platform support
Linux and macOS.