Skip to content

Instantly share code, notes, and snippets.

@pahud
Created April 3, 2015 09:15
Show Gist options
  • Save pahud/92803665fdaf941a8ce0 to your computer and use it in GitHub Desktop.
Save pahud/92803665fdaf941a8ce0 to your computer and use it in GitHub Desktop.
backup full SD card as a img.gz file onto another server over SSH on-the-fly
$ dd if=/dev/mmcblk0 of=/dev/stdout | ssh [email protected] "cat - | gzip - > x.img.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment