Closed galeaspablo closed 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
Solved by #26.
.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