> 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.md).

# 备份与 DR

- [不可变快照](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/immutable-snapshots.md): 如何在 VergeOS 中启用和管理不可变快照，它们在保留期内会阻止系统快照的提前删除，以防范勒索软件，最长可达 7 天。
- [手动站点同步](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/manual-site-syncs.md): 如何手动将系统快照添加到站点同步队列，以便在自动同步计划之外按需复制到远程 VergeOS 系统。
- [监控站点同步](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/monitoring-site-syncs.md): 如何使用外发和入站同步仪表板、同步统计信息、日志和邮件订阅来监控站点同步操作，以持续监督复制过程。
- [备份与灾难恢复（BC/DR）](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/overview.md): VergeOS 内置的数据保护和业务连续性能力概述，包括快照、站点同步和修复服务器，以实现全面的 BC/DR。
- [修复服务器（ioGuardian）](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/repair-server.md): 如何创建和配置修复服务器（ioGuardian），以便自动从已同步的远程 VergeOS 系统中恢复损坏或缺失的数据块。
- [快照配置文件（快照调度）](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshot-profiles.md): 如何在 VergeOS 中创建和管理快照配置文件，以实现自动快照调度，包括配置文件周期、保留设置、静默处理、不可变选项和合规模板。
- [快照](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshots-overview.md): VergeOS 快照功能概述，包括系统、部分、VM、租户和 NAS 卷快照，以及即时恢复、应用一致性捕获和灵活的恢复选项。
- [将快照取回（同步回传）](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/sync-back.md): 如何配置同步回传，并将快照副本从远程同步目标取回到源 VergeOS 系统，以用于本地恢复操作。
- [配置站点同步](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/sync-configuration.md): 配置 VergeOS 系统之间站点同步复制的完整指南，包括网络规则、入站/出站同步设置、自动同步计划、限速以及修复服务器创建。
- [站点同步](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/syncs-overview.md): VergeOS 站点同步功能概述，通过块级快照复制并结合加密和压缩，实现异地备份、灾难恢复和系统迁移。
- [从系统快照恢复](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshot-restores.md): 从系统快照恢复的说明，包括完整系统恢复、选择性租户恢复、选择性 VM 恢复，以及作为租户访问提供商快照。
- [系统快照](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshots.md): 如何管理 VergeOS 中的系统快照，包括带自定义标签的完整和部分快照、通过配置文件自动调度、手动创建快照以及存储最佳实践。
- [VM 快照与恢复](https://docs.verge.io/automate-protect-and-extend/zh/bei-fen-yu-dr/vm-snapshots-restores.md): VergeOS 中 VM 快照和恢复操作的完整指南，包括计划和手动快照、静默捕获、从系统快照恢复、覆盖恢复以及克隆恢复。


---

# 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.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.
