> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/kuai-zhao.md).

# 快照

快照会以固定间隔为你提供驱动器历史的连续记录。如果文件不小心被删除或覆盖，你可以挂载在该更改发生之前的快照，找回丢失的内容，而无需联系支持或恢复整个驱动器。

#### 它是如何工作的 <a href="#how-it-works" id="how-it-works"></a>

Shade 会持续跟踪对驱动器所做的更改，并按固定间隔记录快照。每个快照都代表该时间点驱动器的完整状态，以及最近更改的操作者记录。

快照可按 5 分钟、15 分钟、30 分钟和 1 小时间隔生成，并且可以跨你选择的任何日期范围浏览。快照保留 **30 天。** 更早的内容会被自动删除，且无法恢复。

#### 访问快照 <a href="#accessing-snapshots" id="accessing-snapshots"></a>

快照位于你的驱动器设置中。在左侧边栏中，导航到你想要的驱动器，打开其设置，然后选择 **快照**。该视图按时间倒序列出所有已记录的快照，每个快照显示：

* 快照拍摄的日期和时间
* 用于标识驱动器该状态的提交哈希值
* 当时最近记录了更改的团队成员

你可以使用以下工具按日期范围筛选列表： **快照范围** 顶部的选择器，并调整采样间隔（5 分钟、15 分钟、30 分钟或 1 小时），以控制快照显示的颗粒度。

<figure><img src="/files/9f968a0c3325e2c53899d86084526cf3ab42488e" alt=""><figcaption></figcaption></figure>

#### 挂载快照 <a href="#mounting-a-snapshot" id="mounting-a-snapshot"></a>

Shade 的工作方式是将你的云盘直接挂载到本地文件系统，使它们像电脑上的本地文件夹一样可访问。快照的工作方式也一样。点击 **挂载快照** 任意条目，会将该版本的驱动器挂载到你的本地机器上，作为一个 **只读** 卷。

挂载后，你可以像浏览某一时刻的驱动器那样浏览它，找到此后被删除或更改的任何文件，并将它们复制回当前驱动器或本地机器以恢复它们。

只读挂载可确保快照本身在恢复过程中不会被意外修改。

#### 需要注意的事项 <a href="#things-to-keep-in-mind" id="things-to-keep-in-mind"></a>

* 快照是只读的。你无法通过已挂载的快照编辑或删除文件——它们仅用于浏览和恢复。
* 快照可用性取决于你选择的间隔。选择更细的间隔（例如 5 分钟）会在给定日期范围内显示更多快照。
* 如果你要恢复特定文件，请将日期范围缩小到你认为该文件存在的时间附近，以便快速找到正确的快照。
* 快照仅保留 30 天。如果某个文件在 30 天前被删除，则将无法再通过快照恢复。


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/kuai-zhao.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.
