Skip to content

Instantly share code, notes, and snippets.

@lamoboos223
Last active February 5, 2023 14:54
Show Gist options
  • Save lamoboos223/4453c2769f7d9d310c56d468f9ae763e to your computer and use it in GitHub Desktop.
Save lamoboos223/4453c2769f7d9d310c56d468f9ae763e to your computer and use it in GitHub Desktop.
# backup SD card to image named backup-25-10-2019.dmg
sudo dd if=/dev/disk2 of=~/backup-25-10-2019.dmg bs=4m
# burn backup image to SD card
sudo dd if=~/backup-25-10-2019.dmg of=/dev/disk2 bs=4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment