Last active
December 27, 2015 06:48
-
-
Save josephfinlayson/7283759 to your computer and use it in GitHub Desktop.
backup SD card image of pi
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
sudo fdisk -l | |
//find active sd card | |
// copy image over | |
ssh pi@raspberry sudo dd if=/dev/mmcblk0 | gzip -c > raspberry.img.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xz is rubbish