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

      A tip on finding that config file you just accidentally created or changed.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support core remapping game remap winscp file locations config file
      2
      1 Votes
      2 Posts
      347 Views
      ClydeC

      Addendum: You can also do that in the Linux command shell.

      cd /opt/retropie/configs find -type f -newermt yesterday

      -type f lists only files, not directories.
      -newermt yesterday shows only files whose modification time is newer than yesterday.

      If you append -ls to the command, you'll get a more detailed output.

      find -type f -newermt yesterday -ls

      See here for more examples.

    • ZangdaarrZ

      Empty es_systems.cfg

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support essystem file locations filesystem
      6
      0 Votes
      6 Posts
      1k Views
      mituM

      You'd need to modify /etc/samba/smb.conf and add the folder you want to share, with a similar set of configuration options as the other RetroPie share

      [...] [pi-home] comment = pi-home path = "/home/pi/" writeable = yes guest ok = yes create mask = 0644 directory mask = 0755

      The easiest way would be to enable SSH and use WinSCP to see the files on the RetroPie system, you'll have access to the entire filesystem.

    • SonPluckS

      Where and how do I look for runcommand.log? so I can look for errors

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support runcommand icons folder path file locations noob
      2
      0 Votes
      2 Posts
      2k Views
      meleuM

      @SonPluck /dev/shm/runcommand.log

      It won't work if you remove the SD to plug in another computer because files under /dev/shm are RAM based, which means that they only exist while the raspi is on.

    • R

      A couple questions

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scrape delete file locations
      2
      0 Votes
      2 Posts
      876 Views
      DarkWolfD

      @rapidfire

      if i delete a rom within emulationstation does it also delete all the scraped data for it aswell?

      No, it doesn't

      if i want to backup all my data from the sd card using samba shares. which folder contains the scraped info?

      On the pi it is /opt/retropie/configs/all/emulationstation or /home/pi/.emulationstation and via samba share it is (I guess) configs/all/emulationstation
      this (or these) contains 2 folders with scraped data:

      gamelists downloaded_images
    • R

      Daphne Config Script

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support daphne file locations scripts install
      1
      0 Votes
      1 Posts
      653 Views
      No one has replied