Skip to content

Instantly share code, notes, and snippets.

@celso
Created January 21, 2014 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celso/8532048 to your computer and use it in GitHub Desktop.
Save celso/8532048 to your computer and use it in GitHub Desktop.
Backing up the Beagle Bone Black eMMC to a remote server (from the BBB)
arm:~# sync ; dd if=/dev/mmcblk0 bs=1M | ssh celso@192.168.1.170 'dd of=~/Desktop/myBBB.img bs=1m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment