Efficiently sync SQLite databases over SSH using rsync-style protocols
SQLite remote copy tool
sqlite-rsync$ sqlite-rsync local.db user@remote.host:/path/to/remote.db$ sqlite-rsync user@remote.host:/path/to/remote.db local.db$ sqlite-rsync -p 2222 -v local.db user@remote.host:/path/to/remote.db