Created
January 21, 2014 00:19
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arm:~# sync ; dd if=/dev/mmcblk0 bs=1M | ssh [email protected] '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