Skip to content

Instantly share code, notes, and snippets.

@galch
Created June 12, 2015 09:51
Show Gist options
  • Save galch/f0bf9bbe7d359cd36896 to your computer and use it in GitHub Desktop.
Save galch/f0bf9bbe7d359cd36896 to your computer and use it in GitHub Desktop.
partition backup using dd
dd if=/dev/sda | gzip -c > backupimage.img
dd if=/dev/mmcblk0 | gzip -c | ssh user@remote.host 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