> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/monitoring-site-syncs.md).

# 监控站点同步

鉴于同步对于提供异地数据保护非常重要，最佳实践包括定期监控，以验证预期的持续同步操作。

可从发送系统或接收系统对同步活动进行持续跟踪。

## 出站同步仪表板（发送系统）

![outgoingsync-dash.png](/files/32eecd3b691d4235870973fb51a73d85b16ee577)

### 同步状态

仪表板左上角区域显示同步的当前状态（例如：离线、同步中、错误）。“离线”状态表示当前没有同步活动正在进行。

### 快照队列

快照队列部分显示：

* 最近同步的快照
* 当前正在同步的快照（如适用）
* 等待同步的快照列表

### 远程快照

远程快照总数显示在 **远程快照** 快速链接框中。点击快速链接框可查看目标系统上的完整快照列表。

### 目标快照

最近同步的快照显示在目标快照部分。点击该区域将打开目标快照的完整列表；在此列表中，可以选择特定快照来修改有效期，或请求将其恢复回本地站点。

## 入站同步仪表板（接收系统）

![incomingsync-dash.png](/files/02b6345ebb34293b312d714be591590d37d5ec7f)

### 同步状态

仪表板左上角区域显示同步的当前状态（例如：离线、同步中、错误）

### 接收历史

接收历史部分显示已接收快照的列表，以及同步统计信息、开始和停止时间。此处显示最近接收的快照，最多可显示 20 条记录；点击接收历史部分任意位置可打开列表页面，其中显示完整的已接收快照列表。

## 同步日志（发送和接收系统）

在入站同步和出站同步仪表板中，日志显示在页面底部。每个快照同步开始时都会创建一条日志记录。同步完成时还会创建另一条日志记录，显示已检查、已扫描、已发送、净发送、目录和文件计数等统计信息。

## 同步统计信息（发送和接收系统）

在同步仪表板列表和日志记录中显示的统计信息。这些数字会更新以显示同步进度，最终数字会在同步过程结束时显示。

* **已检查** - 所有已确定需要比较的文件总大小（文件级，去重前）
* **已扫描** - 已比较的数据块总大小
* **已发送** - 已确定需要发送的数据量，例如已更改的数据（压缩前）
* **净发送** - 实际在链路上传输的数据量（压缩后）
* **已检查目录** - 源中的文件总数
* **已检查文件** - 源中的文件总数

## 使用订阅监控同步

可从发送系统和接收系统使用订阅来监督同步活动。

{% hint style="info" %}
**请参考** [**订阅**](/run-the-platform/zh/xi-tong-guan-li/subscriptions-overview.md) **页面，了解有关创建和使用订阅的更多信息。**
{% endhint %}

### 订阅示例

### 获取同步仪表板的每日报告（发送站点）

1. 导航到 **入站同步仪表板** 页面（备份/灾难恢复 > 入站同步 > 双击目标入站同步）。
2. 点击 **订阅** 在左侧菜单中。
3. 点击 **新建** 在左侧菜单中。
4. 提供一个 **名称** 用于该订阅（该名称将显示在接收邮件通知的主题中）。
5. 将 **类型** = ***计划***
6. 将 **订阅配置文件** = ***站点同步仪表板***.
7. 点击 **提交** 以保存订阅。

![subscription-syncdash.png](/files/7c64741c7f8fd1687f704ce66613869326d5b6b8)

### 每次完成新的同步时接收通知（接收站点）

1. 导航到 **出站同步仪表板** 页面。
2. 点击 **订阅** 在左侧菜单中。
3. 点击 **新建** 在左侧菜单中。
4. 提供一个 **名称** 用于该订阅（该名称将显示在接收邮件通知的主题中）。
5. 该 **类型** 字段应保留为默认设置： ***按需***
6. 设置 **订阅配置文件** = ***站点同步接收***
7. 点击 **提交** 以保存订阅。

![subscription-syncreceived.png](/files/debb2b83a191a2c03e92375384e793428fb9a041)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/monitoring-site-syncs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
