> 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/snapshots-overview.md).

# 快照

快照提供几乎即时、无中断的时间点备份，可在硬件故障、应用升级出错、VM 蓝屏等情况下回滚到先前的实例。快照的捕获和恢复可在多个级别进行：完整系统、部分系统（基于自定义标签选择虚拟机、租户、VMware 服务和卷）、单个虚拟机以及单个 NAS 卷。

## 主要功能

* **即时恢复** – 快照可快速恢复，将停机时间降至最低。
* **最小存储影响** – 它们基于初始数据块分支，减少额外存储消耗。
* **应用一致性快照** – VergeOS 支持静默快照，通过在捕获期间冻结磁盘活动来确保数据完整性。
* **业务连续性与灾难恢复（BC/DR）** – 系统快照可同步到另一套 VergeOS 系统以进行异地保护。
* **灵活的恢复选项** – 用户可以恢复单个虚拟机和租户，克隆副本进行测试，或回滚整个环境。

## 自动快照（计划快照）

快照可通过以下方式按固定计划间隔自动创建： **快照配置文件**。快照配置文件由一个或多个配置周期组成。每个周期决定快照创建频率和默认保留时间。有关快照配置文件的更多信息，请参见此处： [**快照配置文件（快照调度）**](/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshot-profiles.md)

## 手动快照

快照也可以手动创建，并可设置到期时间。手动快照在配置更改、升级或维护操作之前立即进行备份时非常有用。

## 系统快照/恢复

系统快照可以：

* **完整** - 捕获整个 VergeOS 系统\
  *或*
* **部分** - 基于标记捕获选定的虚拟机、租户、VMware 服务和卷

### 系统快照可以恢复什么？

系统快照可用于恢复：

* 整个 VergeOS 系统（仅完整快照）
* 单个虚拟机
* 单个租户

更多信息请参见：

* [**系统快照**](/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshots.md)
* [**从系统快照恢复**](/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshot-restores.md)

## 虚拟机快照/恢复

VM 级快照支持静默捕获（需要来宾代理），并且可为每个单独的虚拟机自定义计划/保留策略。部分系统快照可包含/排除虚拟机，并可基于自定义标签提供 VM 静默。有关相关说明，请参见： [**虚拟机快照和恢复**](/automate-protect-and-extend/zh/bei-fen-yu-dr/vm-snapshots-restores.md).

## 租户快照/恢复

可从父级系统快照中恢复单个租户。有关相关说明，请参见： [**租户恢复**](/run-the-platform/zh/zu-hu/tenant-restores.md)

此外，每个租户都可以利用 [**系统快照**](/automate-protect-and-extend/zh/bei-fen-yu-dr/system-snapshot-restores.md)，在各自环境中独立地，根据自定义标签备份其完整系统或部分快照。

## NAS 快照/恢复

卷快照提供单个 NAS 卷的静默备份/恢复。有关相关说明，请参见： [**NAS 卷快照和恢复**](/run-the-platform/zh/nas/volume-snapshots-restores.md)


---

# 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/snapshots-overview.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.
