Snapshot Mount

Mount any snapshot as a drive. Browse old files in Explorer without restoring a thing.

WebDAV Mount (Windows)

Map a snapshot as a network drive via WebDAV. Browse old files right in Windows Explorer.

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

Mount URL: http://127.0.0.1:9276/webdav/

FUSE Mount (Linux / macOS)

Mount snapshots via FUSE as a local directory. Navigate with any file manager or terminal.

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

API-Triggered Mount

Mount and unmount snapshots programmatically via the HTTP API.

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