> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/handbook/di-23-zhang-z-wen-jian-xi-tong-zfs/23.9.-geng-duo-zi-yuan.md).

# 23.9.更多资源

* [OpenZFS 文档](https://openzfs.github.io/openzfs-docs/)，包括性能和调优指南
* [OpenZFS](https://openzfs.org/)
* **zfs(4)** 描述了每个内核可调参数，**zpoolconcepts(7)** 描述了 vdev 类型和池布局，**zfsprops(7)** 描述了每个数据集属性
* Ports 中的快照和复制自动化工具：
  * `filesystems/zrepl` —— 支持推拉设置、自动快照管理和可恢复传输的复制守护进程
  * `sysutils/sanoid` —— 策略驱动的快照管理，附带的 `syncoid` 通过 SSH 处理复制
  * `filesystems/zfstools` —— OpenSolaris 自动快照服务风格的自动快照轮换，由 **cron(8)** 运行
  * `filesystems/zap` —— 简单的快照维护和远程复制，通过 ZFS 属性而非配置文件进行配置


---

# 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://book.bsdcn.org/handbook/di-23-zhang-z-wen-jian-xi-tong-zfs/23.9.-geng-duo-zi-yuan.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.
