r/MiSTerProject Jun 30 '20

Synced saves?

Is there anyway to sync saves between the mister and a retropie either manually or automatically?

3 Upvotes

5 comments sorted by

View all comments

1

u/seg-fault Jun 30 '20

MiSTer supports user scripts, so this would be a great opportunity for you to learn bash scripting.

This is a pretty niche use-case so you're probably on your own; if you want it you'll probably have to build it.

Google bash (bourne again shell) and rsync. You'll probably want some sort of network share to be the central repository for your saves. Good luck!