hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

[Feature] Automatic backups of BF at fixed interval #39

Open hogsy opened 8 months ago

hogsy commented 8 months ago

Summary

We've had issues arise in the current version of Jaded, and unfortunately users have not backed up often enough, resulting in all their work to become lost.

Especially during this period of tidying, it will be worth automating this process just to reduce the chance of data-loss.

Given right now the BF is just a big fat blob of data, we'll just create one active back-up of the BF that we'll update every so often.

User Story

Again, users that are working heavily with the editor and don't have time to consider backing up the BF during their work.

Acceptance Criteria

Mockups or Wireframes

N/A

Dependencies

N/A

Risks or Challenges

When we introduce the new I/O solution for the editor, much of this will probably need to be revised...