src/uws/service/file/io/CloseAction.java
0 → 100644
+44
−0
+102
−0
+90
−0
+103
−0
Loading
Instead of writing the new backup content in the final backup file directly, write it first in a temporary file and then change the files name. This fix prevents incomplete backup files (particularly in case of one backup file per user) when stopping/restarting by force.