Skip to content

Instantly share code, notes, and snippets.

@fboris
Created April 1, 2014 07:16
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 fboris/9909335 to your computer and use it in GitHub Desktop.
Save fboris/9909335 to your computer and use it in GitHub Desktop.
backup sd to single image file
#!/bin/bash
sudo dd if=/dev/sdb of=odroid.img bs=1M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment