ambarltd / emulator

A local version of Ambar
1 stars 0 forks source link

Immunity to power failures #24

Closed galeaspablo closed 2 hours ago

galeaspablo commented 2 hours ago

.index and .records files are immune to power failures.

inventory.json and state.json are not. please make the interactions with those files immune to power failures, by writing to a tmp file and doing an atomic mv

lazamar commented 2 hours ago

Solved by #26.