RetroPie-Simple-Backup-Script
RetroPie-Simple-Backup-Script copied to clipboard
A simple shell script to backup all your RetroPie save files Locally, and to the cloud!
Results
2
RetroPie-Simple-Backup-Script issues
Sort by
recently updated
recently updated
newest added
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...
question
Using the aws cli and the s3 sync command these scripts would be easy enough to setup to use aws s3.
enhancement