Skip to content

Instantly share code, notes, and snippets.

@jkullick
Created January 6, 2017 23:22
Show Gist options
  • Save jkullick/e014fb90f5ca743fca8e7e5fb4d62e13 to your computer and use it in GitHub Desktop.
Save jkullick/e014fb90f5ca743fca8e7e5fb4d62e13 to your computer and use it in GitHub Desktop.
Clone Disk over SSH with dd
ssh -C $USER@$REMOTE_HOST "dd if=/dev/sda" | dd of=/dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment