CONSISTENT
Description:
CONSISTENT
Guarantee file consistency: after a crash, either the old version of the file or the new version of the file will be available, but not a mixture.
On Unix systems this equates to an `fsync()` on the file and use of an atomic `rename()` of the new version of the file over the old.