RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    program for backup roms/savestates

    Scheduled Pinned Locked Moved General Discussion and Gaming
    backup
    3 Posts 2 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by

      Wouldnt be cool to backup everything with a simple program?

      1 Reply Last reply Reply Quote 0
      • B
        backstander
        last edited by backstander

        There's a backup script from @Drakaen391 that you could try:
        https://github.com/Drakaen391/rpibu

        Another 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 move retropie_game_saves.tar.xz over to your USB flash drive

        Also a 3rd option using BitTorrent Sync:
        https://retropie.org.uk/forum/topic/4075/setting-up-bittorrent-sync-on-your-retropie-install

        1 Reply Last reply Reply Quote 1
        • ?
          A Former User
          last edited by

          Cool! Thx , bt sync opt is so clever😉

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          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.