Comment by pdimitar
3 hours ago
Sorry if my question is misguided: did you try SQLite3's native online backup API? I would not use raw file access knowing they have that.
3 hours ago
Sorry if my question is misguided: did you try SQLite3's native online backup API? I would not use raw file access knowing they have that.
I'm aware of it but was wanted to create something that I can just quickly point at a running system and make a backup. This is a narrower use case and I accept that it's not for everyone.