Skip to content

Instantly share code, notes, and snippets.

View benfry's full-sized avatar

Ben Fry benfry

View GitHub Profile
@benfry
benfry / install-rsync-macosx.sh
Last active June 27, 2025 10:45
How to compile and install rsync on macOS
# Compile rsync 3.2.3
# Originally from https://gist.github.com/Sounds-of-Science
# with updates for 3.2.3 instead of 3.0.7, and other path changes
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