SD RAM duplication
Forums:
What is the best way or ways to duplicate a micro SD card formatted with Raspbian?
Can I back up the data on a VM?
Thank you,
-Bob
- Log in to post comments

What is the best way or ways to duplicate a micro SD card formatted with Raspbian?
Can I back up the data on a VM?
Thank you,
-Bob
piborg
Tue, 05/17/2016 - 09:33
Permalink
Duplicating SD cards
The simplest way we have found under Windows is to simply use Win32DiskImager.
What we normally do is make an image file from the current card and then you can write that image to as many cards as you like.
Under Linux we would suggest using the
dd
program.You can clone the SD card by either:
For any of these you will need the new card to be at least as large as the current one.
Given that not all cards are the exact same size I would suggest using another of the same type to be safe.
If you took an image during the copy you might be able to run it in an emulator.
We have not tried here, but this guide seems quite promising:
http://cubik-tech.blogspot.co.uk/2013/02/raspberry-pi-emulation-on-windo...