program for backup roms/savestates
-
Wouldnt be cool to backup everything with a simple program?
-
There's a backup script from @Drakaen391 that you could try:
https://github.com/Drakaen391/rpibuAnother option if you just want to backup saves is you could run this from the command prompt:
find /home/pi/RetroPie/roms/ -name "*.srm" -o -name "*.state*" | tar --transform 's|/home/pi/||g' -PcJf retropie_game_saves.tar.xz -T -
Restore with:
tar -C /home/pi -xJf retropie_game_saves.tar.xz
I actually got the above script here on the forums but I can't remember who posted it.
After you run this you can just moveretropie_game_saves.tar.xz
over to your USB flash driveAlso a 3rd option using BitTorrent Sync:
https://retropie.org.uk/forum/topic/4075/setting-up-bittorrent-sync-on-your-retropie-install -
Cool! Thx , bt sync opt is so clever😉
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.