Sync Recalbox to your NAS.
A remote rsync server with a module to sync to. I use OpenMediaVault and its rsync extension for this.
This will enable sync on boot/shutdown and approx. once an hour
-
Copy both scripts from
system
to/recalbox/share/system
-
Edit
REMOTE
inrecalbox-sync.sh
to match your rsync server. Optionally checkRSYNC_OPTS
if you want to change anything -
reboot
or continue with...
This will enable triggering the sync (as well as any other shell script) from the menu
-
Copy the
scripts
folder to/recalbox/share/system/
-
Remount the root filesystem read-write:
mount -o rw,remount /
-
Copy
themes/scripts
to/recalbox/share_init/system/.emulationstation/themes/recalbox-next/
-
Edit
/recalbox/share_init/system/.emulationstation/es_systems.cfg
and add a new system to the menu:
<system>
<fullname>Scripts</fullname>
<name>scripts</name>
<path>/recalbox/share/system/scripts</path>
<extension>.sh</extension>
<command>/bin/sh %ROM%</command>
<platform>ignore</platform>
<theme>scripts</theme>
<emulators/>
</system>
- Restart emulationstation
/etc/init.d/S31emulationstation restart
orreboot