Do You Backup Your Sd Cards?


ledow said:
Having said that, I'm finding SuperTux a pain to back up - my GP2X has it in NAND, where it works fine, but copying it bit-for-bit to the SD card seems to make it work only a small percentage of the time. And the only other version I can find on the archive seems to be much older and a different port.
I pulled the version right out of a Firmware 3.0 rip (/mnt/nand/supertux 11/21/06) and don't seem to have issues with it.
 
Last edited by a moderator:
lol, I was born in 1983!

But I do love bash and other unix tools. I started using linux when I was 13 and love finding new ways to do things with unix/linux tools.
 
I use xcopy which only copies files that are new or updated because of the switches applied. Here's an example of the command line options:

XCOPY "i:\*.*" "c:\Backup\GP2X\SD1\*.*" /D /E /C /I /F /H /R /Y
 
doc5avage said:
lol, I was born in 1983!
But I do love bash and other unix tools. I started using linux when I was 13 and love finding new ways to do things with unix/linux tools.
Hehe - but I'm actually jealous.
 
Last edited by a moderator:
Back
Top