jbecker44
jbecker44
In the backup and restore scripts, the rclone commands should use `rclone --update copy` instead of `rclone sync` (see here: https://github.com/AmberELEC/AmberELEC/blob/ee3120365fe7be45b56093ffdbc4f4cd0346081e/packages/amberelec/config/distribution/modules/cloud_backup.sh#L38 and here: https://github.com/AmberELEC/AmberELEC/blob/ee3120365fe7be45b56093ffdbc4f4cd0346081e/packages/amberelec/config/distribution/modules/cloud_restore.sh#L38 ) This change addresses 2 issues...
Recalbox has a feature that enables users to write scripts to run when EmulationStation triggers certain events, such as starting or stopping a game (see https://wiki.recalbox.com/en/advanced-usage/scripts-on-emulationstation-events ). It would be...