Skip to content

Instantly share code, notes, and snippets.

@gardner
Last active January 17, 2017 17:24
Show Gist options
  • Save gardner/258ca93369b7893fee6e3d141c4a2908 to your computer and use it in GitHub Desktop.
Save gardner/258ca93369b7893fee6e3d141c4a2908 to your computer and use it in GitHub Desktop.
dd backup of system drive from recovery
#!/bin/bash
/usr/bin/caffeinate -s dd if=/dev/disk0s2 of=backup.img bs=4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment