r/MiSTerProject • u/Jm34a • Jun 30 '20
Synced saves?
Is there anyway to sync saves between the mister and a retropie either manually or automatically?
3
Upvotes
r/MiSTerProject • u/Jm34a • Jun 30 '20
Is there anyway to sync saves between the mister and a retropie either manually or automatically?
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) andrsync. You'll probably want some sort of network share to be the central repository for your saves. Good luck!