diff --git a/docs/tools/hivectl-cli.md b/docs/tools/hivectl-cli.md index f2de9575..6c5b5d34 100644 --- a/docs/tools/hivectl-cli.md +++ b/docs/tools/hivectl-cli.md @@ -38,9 +38,6 @@ This document contains the help content for the `hivectl` command-line program. * [`hivectl quota limit`↴](#hivectl-quota-limit) * [`hivectl subvol`↴](#hivectl-subvol) * [`hivectl subvol upgrade`↴](#hivectl-subvol-upgrade) -* [`hivectl subvol snapshot`↴](#hivectl-subvol-snapshot) -* [`hivectl subvol snapshot create`↴](#hivectl-subvol-snapshot-create) -* [`hivectl subvol snapshot delete`↴](#hivectl-subvol-snapshot-delete) * [`hivectl open`↴](#hivectl-open) * [`hivectl completions`↴](#hivectl-completions) @@ -551,7 +548,6 @@ New agents get a btrfs subvolume state root automatically (when the host FS is b ###### **Subcommands:** * `upgrade` — Convert an existing plain-dir agent state root into a btrfs subvolume in place. Stops the agent (so its state bind-mount is released), migrates `…/agents//` to a subvolume preserving ownership/permissions/xattrs, then restarts it. Idempotent (no-op if already a subvolume) and safe (the original dir is left untouched on any failure before the final swap). Requires `--yes` since it bounces the agent and moves its state -* `snapshot` — Read-only snapshots of an agent's state subvolume — the first step of the (in-progress) inter-hive migration path, or a manual point-in-time backup @@ -571,48 +567,6 @@ Convert an existing plain-dir agent state root into a btrfs subvolume in place. -## `hivectl subvol snapshot` - -Read-only snapshots of an agent's state subvolume — the first step of the (in-progress) inter-hive migration path, or a manual point-in-time backup - -**Usage:** `hivectl subvol snapshot ` - -###### **Subcommands:** - -* `create` — Create a read-only snapshot. Agent must already be a subvolume (`subvol upgrade` first). Prints the snapshot's host path -* `delete` — Delete a snapshot created by `subvol snapshot create` - - - -## `hivectl subvol snapshot create` - -Create a read-only snapshot. Agent must already be a subvolume (`subvol upgrade` first). Prints the snapshot's host path - -**Usage:** `hivectl subvol snapshot create --label