Skip to content

Instantly share code, notes, and snippets.

@cuibonobo
Last active December 17, 2015 14:29
Show Gist options
  • Save cuibonobo/5624424 to your computer and use it in GitHub Desktop.
Save cuibonobo/5624424 to your computer and use it in GitHub Desktop.
Raspberry Pi Backup
# Run DF and look for your SD Card
df -h
# Use the SD Card device name on the following lines
diskutil unmountDisk /dev/disk3
dd if=/dev/disk3 of=wheezy-backup.img bs=1m
diskutil eject /dev/disk3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment