|
|
|
|
|
by rogerbinns
74 days ago
|
|
Related, there is also sqlite3_rsync that lets you copy a live database to another (optionally) live database, where either can be on the network, accessed via ssh. A snapshot of the origin is used so writes can continue happening while the sqlite3_rsync is running. Only the differences are copied. The documentation is thorough: https://sqlite.org/rsync.html |
|