Created
June 12, 2015 09:51
-
-
Save galch/f0bf9bbe7d359cd36896 to your computer and use it in GitHub Desktop.
partition backup using dd
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
dd if=/dev/sda | gzip -c > backupimage.img | |
dd if=/dev/mmcblk0 | gzip -c | ssh [email protected] dd of=backup.img | |
from http://www.reddit.com/r/linux/comments/22pbqq/how_do_i_backup_an_odroidu3_xubuntu_arm_storage/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment