Skip to content

Releases: marcone/rsync

rsync v3.2.3 armv6 binary for Raspberry Pi

20 Mar 22:05
Compare
Choose a tag to compare

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

06 Nov 01:52
Compare
Choose a tag to compare

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