# 使用 Homebrew 安装 sqlite-rsync

查看 sqlite-rsync 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:sqlite-rsync
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install sqlite-rsync
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:sqlite-rsync
- **软件包管理器:** Homebrew
- **版本:** 3.53.4
- **来源摘要:** SQLite remote copy tool
- **主页:** <https://www.sqlite.org/>
- **最后更新:** 2026-07-25T14:38:49Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- sqlite3_rsync (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.53.4
## 项目历史与用法

sqlite3_rsync is SQLite's database remote-copy tool. It exists for a package-manager audience that knows ordinary file synchronization is not automatically safe for live database files.

### 项目历史

The SQLite documentation describes sqlite3_rsync as a tool that makes a replica database become a copy of an origin database. It is part of the SQLite ecosystem and uses a bandwidth-efficient protocol similar to rsync while preserving SQLite consistency semantics.

### 采用历史

The input identifies a Homebrew formula named `sqlite-rsync`, reflecting the tool's packaging as a standalone command. SQLite's own documentation says the executable must be on PATH locally and, for remote synchronization, on the remote system's SSH PATH as well.

### 使用方式

The basic command shape is `sqlite3_rsync ORIGIN REPLICA`. One side can use `USER@HOST:PATH`, SSH is used for communication, and the tool can copy from a live origin database while producing a consistent snapshot.

### 为什么软件包爱好者会关心

Package nerds care because sqlite3_rsync fills a sharp operational gap: it gives SQLite users an installable CLI for safe, efficient database copies where generic rsync may produce inconsistent or corrupt results against a changing database.

### 时间线

- 2025: SQLite 3.50.0 removed earlier WAL-mode and same-page-size limitations from sqlite3_rsync.
- 2025: SQLite documentation notes protocol improvements in 3.50.0 that reduce bandwidth when origin and replica are already similar.
- Current: Homebrew packages the tool as `sqlite-rsync`.

### Related projects

- sqlite3_rsync is related to SQLite itself and to rsync conceptually, but its protocol and consistency behavior are SQLite-specific.

### 来源

- <https://www.sqlite.org/rsync.html - official sqlite3_rsync documentation.>
- <https://www.sqlite.org/src - official SQLite source repository.>
- source_facts.package-manager.brew - Homebrew formula name supplied in input.


## 安全说明

没有找到 sqlite-rsync 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Combined YAML source

View the package source record on GitHub. [combined/sqlite-rsync.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sqlite-rsync.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
