Because of a pie-chart drawing bug inside, the program slowed down very noticeable. I had autosave turned on for every 3 minutes. While the program had been still drawing the report, an autosave occurred and could not finish. After that I fed up and killed the program because of its slowness. On the next reopening I realised that the only thing it left was a 0-byte data file… Half year of my financial data lost forever. Please, implement that (I think) very easy fix that before save the program copies the sane file next to itself and after the successful operation it deletes that. I know there's a "how many backups do you want to make" option but it differs. This one guards you against program faults (like this one) and the spinbox protects you from your faults (accidentally deleted something etc.). Even in an office suit (Word, LO) this feature is implemented. It should be compulsory for a financial program. Reproducible: Always
I understand that this is a very bad behavior and should be fixed. I have a questions though, because we use the KSaveFile object which should provide the result as you suggest though using a different method: it writes the file to a temp file and renames it if the save was successful. Now to the question: do you use GPG encryption?
That solution is also perfect as soon as the move operation is atomic from the program's view point. No, I don't use GPG.
*** This bug has been marked as a duplicate of bug 327663 ***