Skip to content

Instantly share code, notes, and snippets.

@benfry
benfry / install-rsync-macosx.sh
Last active April 30, 2021 22:05
How to compile and install rsync on macOS
# Compile rsync 3.2.3
Follow these instructions in Terminal on both the client and server to download and compile rsync on macOS
# Download and unarchive rsync and its patches
cd ~/Desktop
curl -O https://rsync.samba.org/ftp/rsync/src/rsync-3.2.3.tar.gz
curl -O https://rsync.samba.org/ftp/rsync/src/rsync-patches-3.2.3.tar.gz
tar xvfz rsync-3.2.3.tar.gz