SQLite backups that actually restore
The right tool ships with SQLite.
sqlite3 app.db ".backup '/var/backups/app.db'"A consistent snapshot even while the app runs.
The right tool ships with SQLite.
sqlite3 app.db ".backup '/var/backups/app.db'"A consistent snapshot even while the app runs.