RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. data
    Log in to post
    • All categories
    • M

      script to automatic backup save game to ftp

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support script data savegame automatic ftp
      2
      0 Votes
      2 Posts
      435 Views
      AddisonA

      https://www.reddit.com/r/RetroPie/comments/82s737/howto_sync_savegames_and_savestates_via_dropbox/

      Continue with what you have to #4 in these instructions.

      In this line of code:

      # get parameters direction="$1" system="$2" rom="$3"

      I changed it to:

      # get parameters direction="$1" system="" rom="$3"

      Too many folders are created with the first option.

      Also, be sure to make the necessary location changes in these:

      # path to RCLONE rclonePath="/home/pi/rclone-v1.39-linux-arm/rclone" # local base directory for your saves localPath="/home/pi/RetroPie/saves" # remote directory for your saves, has to be configured via "rclone config" first remotePath="dropbox:RetroArch"

      One thing to mention, if for some reason your Retropie is offline, your system will freeze and you will need to power it off.

    • B

      I need some help scraping ROM data

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support data scraping scraper
      14
      0 Votes
      14 Posts
      2k Views
      ClydeC

      @IanDaemon I think the „playing“ part is much too big in this diagram. 😉

    • D

      Edit game's data

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie games data scraper
      4
      0 Votes
      4 Posts
      3k Views
      mituM

      @darishzone The gamelist XML file format is really straightforward and easy to read and edit. Don't be afraid to experiment. If you're editing the files from a PC, I recommend using Notepad++ for this.

    • R

      Update massacred ext4 partition, trying to recover lost ROMs collection

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ext4 data recovery
      6
      0 Votes
      6 Posts
      1k Views
      edmaul69E

      @remino just make sure you keep updated backups.

    • J

      Copy scrape data from one RetroPie to another

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraping copy paste data
      6
      0 Votes
      6 Posts
      7k Views
      J

      @lostless said in Copy scrape data from one RetroPie to another:

      @JDubbedN
      Maybe try it with emulation station shut down by pressing f4. Emulation station may be rewriting the game list files when you restart it.

      @lostless That was exactly it! I even remember reading about this very same thing in the RetroPie wiki but had completely forgotten about it. Pressing F4 to close down Emulation Station and then transferring the respective files/folders over works perfectly. Thank you!