Goz3rr / SatisfactorySaveEditor

294 stars 75 forks source link

Implement backup system #111

Closed budak7273 closed 5 years ago

budak7273 commented 5 years ago

Backups are zip files of saves since they compress so well. The zip name is the save's name plus the current milliseconds value so that backups don't conflict.

Auto backups are created on every save operation if turned on in Preferences.

budak7273 commented 5 years ago

Closes #64