sqlite-rsync

Efficiently sync SQLite databases over SSH using rsync-style protocols

brewmacoslinux
Try with needOr install directly
Source

About

SQLite remote copy tool

Commands

sqlite-rsync

Examples

Sync a local SQLite database to a remote server$ sqlite-rsync local.db user@remote.host:/path/to/remote.db
Pull a remote SQLite database to local machine$ sqlite-rsync user@remote.host:/path/to/remote.db local.db
Sync with custom SSH port and verbose output$ sqlite-rsync -p 2222 -v local.db user@remote.host:/path/to/remote.db