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

Getting Started

Start with the example sketch, and only make changes in the left-most tab.

For anything we do with the weather, your sketch will have this format:

// this will store all the weather data
let w;