This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Description
On your find/zip line:
find . | egrep "\.(sav|srm)$" | zip -@ $backupDir/"$archiveFolderName"/$Y/$M/$D/"$timestamp"$backupSuffex.zip
You search for .sav and .srm files... this files works only for one type of emulator and system but there are too much files missing if you use others systems and emulators, so instead of search for savefiles, how can i change the line to include everything except some extensions Like: "find * except '.n64,.z64,.zip,.nes'?
in my point of view its easy to know and create a exception for roms extensions that we add to our retropie rather than know and include all save files for all systems and emulators