steviegt6 / holocure-modloader

HoloCure mod loader written in C#.
GNU General Public License v3.0
14 stars 0 forks source link

[Feature] Better Backup Handling #5

Closed steviegt6 closed 2 years ago

steviegt6 commented 2 years ago

Operating System(s)

Applicable Projects

Description

Currently, backups are created at every launch and preserved indefinitely. Ideally, backups should be deleted when the program prepares to close itself, after replacing the main data file.

What does this proposal attempt to solve or improve?

This helps reduce launch speeds among other things.

What (other) solutions may be considered?

N/A: Open-ended discussion.

steviegt6 commented 2 years ago

My current wanted approach would be:

This lets us reliably replace the data file with a backup. The backup file only gets left over if the entire program for some reason crashes.