Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


How to make a backup of SD card?
#2
Yes, thats the correct command. If you have expanded the file system to the max size of the SDCard the backup can take a very long time depending on the size of the card.

Below is what I use. I always do "diskutil list" just to confirm the SDCard gets mounted to /dev/disk3

Code:
diskutil list
diskutil unmountDisk /dev/disk3
sudo dd if=/dev/disk3 of=/Users/Lt1user/Documents/moode.img count=6242304 bs=512
diskutil eject /dev/disk3
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
How to make a backup of SD card? - by Onionhead - 05-07-2019, 10:34 PM
RE: How to make a backup of SD card - by Tim Curtis - 05-08-2019, 01:02 AM

Forum Jump: