快照挂载

将历史快照挂载为本地磁盘,像浏览普通文件夹一样查看历史版本

WebDAV 挂载(Windows)

在 Windows 上通过 WebDAV 协议挂载快照,映射为网络驱动器。

ginkgo mount --source 1 --mount-point Z:

挂载地址:http://127.0.0.1:9276/webdav/

FUSE 挂载(Linux / macOS)

在 Linux 和 macOS 上通过 FUSE 挂载快照,像本地目录一样访问。

ginkgo mount --source 1 --mount-point /mnt/snapshot

API 挂载

通过 API 触发快照挂载。

POST /api/v1/mount/{source_id} GET /api/v1/webdav/session