SaveGameBackup.net is een programma waarmee een backup gemaakt kan worden van de savegames van op een Windows-pc aanwezige spellen. Dat is vooral handig als een schijf opnieuw geformatteerd wordt. Savegames worden namelijk op veel verschillende plaatsen op de computer opgeslagen en dat is dus altijd een hoop zoekwerk. Backups kunnen naar een andere locatie op de computer of het netwerk, of zelfs naar een clouddienst als Dropbox worden gemaakt. Er is ondersteuning aanwezig voor ruim duizend spellen. De download is iets meer dan 1MB groot, maar het programma heeft wel versie 4 van het .Net Framework nodig. In versie 1.4 zijn de volgende veranderingen en verbeteringen aangebracht:
Public Release 1.4:
- New error log window with the ability to send the error log to me for analysis.
- Support for commandline paramaters: -auto and -silent. -auto is automatic backup, -silent makes the app invisible to the user. This is for use with the Windows Task Scheduler (there is a short tutorial on how to set up the Task Scheduler on the forums). The settings used will be the ones currently saved.
- Environment variable overrides: you can now (temporarily or permanently) override the program's internal variables, to allow detection of save games on non-live Windows installations.
- Fixed mis-aligned ignore list buttons
- Simplified file read/write commands
- Simplified updater download code
- Decreased the tooltip show time.
- Improved database error handling significantly.
- If a backup entry folder is empty, it will not appear on the backup list. Previously it would, resulting in a null reference error every time the restore list was refreshed while this backup file was present.
- If a restore file is empty, it will now produce a more meaningful error message: "The zip file is empty or the zip comment is not present." Previously, this scenario would produce an null reference error because of the way zip comments work.
- The .sgbzip backup file will now display the version of SGB.net that was used to create it.