snapshot_create
Create a ZFS snapshot for a dataset to preserve its state at a specific point in time. Provide dataset path and snapshot name.
Instructions
[WRITE] Create a ZFS snapshot 'dataset@name'. Inverse: snapshot_delete.
Args: dataset: Dataset path to snapshot (e.g. 'tank/data'). name: Snapshot name (e.g. 'manual-2026-06-28'). target: TrueNAS target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dataset | Yes |