Skip to content

Instantly share code, notes, and snippets.

@johnmurch
Created June 27, 2017 18:58
Show Gist options
  • Save johnmurch/6ea196e5f5b337cdc1da083299edcf07 to your computer and use it in GitHub Desktop.
Save johnmurch/6ea196e5f5b337cdc1da083299edcf07 to your computer and use it in GitHub Desktop.
Backup Raspberry Pi Remote
ssh root@raspberrypi dd if=/dev/mmcblk0 | gzip -c > img.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment