-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't ever overwrite or delete recover files #2174
Comments
Ouch! Sorry about your data loss. Been there... The line removing the recovery file is here: How does other programs do it? |
Thanks, I managed to redo it more or less. Anyway, I'd like to expand the autosave funcionality a bit. |
OK. I'm going to look into how recover files are handled. |
Post edited! Method to reproduce goes something like:
|
I'm going to hack this a bit to give us a question box on closing a recovery file. |
Closed via #2176 |
I just lost some serious progress because I closed LMMS after recovering from a crash and forgot to save the project. LMMS deleted the recover.mmpz file and my progress is lost forver. It'd be great if it didn't do that, and name the recover files with Process ID and date like this:
recover_PID7632_2015-07-09-1348.mmpz
It'd make all recover files be there if needed. They are not very big, could be automatically removed after a month or something. That'd greatly increase the crash recovery probability and make it resistant to running multiple LMMS instances that overwrite recorver.mmpz causing data loss.
The text was updated successfully, but these errors were encountered: