Hacker News new | ask | show | jobs
by fefferkorn 631 days ago
But what you need to consider often is, having a consistent state in those snapshots, this can be a nasty thing for examble with all sorts of databases or configuration as database (boltdb, sqlite,...)
1 comments

Turning on WAL for SQLite mitigates most concerns with inconsistent block storage state.
Yes, but i meant in general, idk if ALL those systems support wal archiving.