# 检测Time Machine备份的Mac OS X版本

[从Time Machine备份中恢复Mac数据](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/mac/restore_mac_from_time_machine/README.md)，我想知道恢复的操作系统是那个版本。例如，系统已经升级过多轮，我想恢复某个时期的旧版本操作系统。

检查方法参考 [Determining OS X version from Time Machine backup](https://apple.stackexchange.com/questions/175515/determining-os-x-version-from-time-machine-backup):

* 检查 `/Volumes/BackupVolumeName/BackupName.ext/ComputerName/latest/VolumeName/System/Library/CoreServices/SystemVersion.plist`

不过，如果你已经通过`recovery`模式启动主机或者使用安装光盘启动安装过程，在按章过程中选择`restore from time machine`，则会提供一个选择恢复哪个备份的步骤，在这个步骤中，是可以看到每个备份快照的版本的。这个方法非常简便。


---

# Agent Instructions: 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:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/mac/determine_os_x_version_from_time_machine_backup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
