Releases: marcone/rsync
Releases · marcone/rsync
rsync v3.2.3 armv6 binary for Raspberry Pi
rsync 3.2.3 binary for Raspberry Pi:
Built on Raspberry Pi 0 W as follows:
git clone https://github.com/WayneD/rsync.git
cd rsync
git checkout v3.2.3
apt install automake libxxhash-dev libssl-dev
./configure --disable-md2man --disable-zstd --disable-lz4
make
rsync v3.2.3 aarch64 binary
rsync 3.2.3 binary for 64-bit ARM:
Built on Radxa Zero as follows:
git clone https://github.com/marcone/rsync.git
cd rsync
git checkout v3.2.3
apt install automake libxxhash-dev libssl-dev
./configure --disable-md2man --disable-zstd --disable-lz4
make