This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |