Goz3rr / SatisfactorySaveEditor

293 stars 76 forks source link

Automatically create backups of saves when they are opened #64

Closed budak7273 closed 4 years ago

budak7273 commented 5 years ago

Perhaps make a subfolder in the saves folder and copy the save there with .BAK or similar appended to the file extension.

Goz3rr commented 5 years ago

Yeah we should definitely do this, although we could probably do it on save instead of open. How do we want to handle duplicate backups?

budak7273 commented 5 years ago

Perhaps append the date and time to the save file? Maybe .BAK#? Regardless, we should probably limit it to only a few backups per save.

The save files compress exceedingly well, so we may want to consider zipping the backups as well.

budak7273 commented 5 years ago

Closed by #111