5 ms·
Good call. I use Litestream for offsite backups. SQLite also has a .backup command: sqlite3 /path/to/db '.backup /path/to/backup' or sqlite3 /path/to/db "VA
by discordance 2mo ago
Good call.
I use Litestream for offsite backups. SQLite also has a .backup command:
sqlite3 /path/to/db '.backup /path/to/backup'
or
sqlite3 /path/to/db "VACUUM INTO '/path/to/backup'"