Skip to content

Instantly share code, notes, and snippets.

@WillSams
Created August 28, 2016 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillSams/183d3c2c94059e41b1ef976eaec67549 to your computer and use it in GitHub Desktop.
Save WillSams/183d3c2c94059e41b1ef976eaec67549 to your computer and use it in GitHub Desktop.
Clonng RetroPie Install To Another SD Card
#Steps taken from http://bobbyromeo.com/technology/backup-clone-raspberry-pi-sd-card/
#On your RaspberryPI live system, do these steps. Have your target sd card unmounted
#in a SD card reader attached to one of the USB ports.
git clone https://github.com/billw2/rpi-clone.git
cd rpi-clone
cp rpi-clone /usr/local/sbin
sudo rpi-clone sdb -v -x
#Once complete, shutdown the machine and put the target sd card into to RaspberryPi's sd card slot.
#Works like a charm! This process will take about 10 to 15 minutes to move approximately 30 GB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment