Skip to content

Instantly share code, notes, and snippets.

@jbryson3
Created June 21, 2016 03:31
Show Gist options
  • Save jbryson3/6ada1026e1bd9152ccf142e6bd148af5 to your computer and use it in GitHub Desktop.
Save jbryson3/6ada1026e1bd9152ccf142e6bd148af5 to your computer and use it in GitHub Desktop.
Raspberry Pi OSX commands
# Backup sd card image (diskutil list - diskX, prepend with r), with progress (brew install pv), and gzip it
sudo dd if=/dev/rdisk1 bs=32m | pv -s 16G | gzip > backup.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment