virgo indexer
virgo indexer index
Section titled “virgo indexer index”Index ZFS datasets and snapshots (uses configured indexer paths)
virgo indexer index [options]virgo indexer reindex
Section titled “virgo indexer reindex”Clear indexed data and force a full re-crawl on next run
virgo indexer reindex [options]| Option | Required | Description |
|---|---|---|
--dataset <names> |
No | Dataset root(s), comma-separated; reset each root and its children |
virgo indexer search
Section titled “virgo indexer search”Search files by path (glob with * ? or keywords)
virgo indexer search [options] <term>| Option | Required | Description |
|---|---|---|
--dataset <names> |
No | Limit to dataset root(s), comma-separated (each matches that dataset and children) |
--path <pattern> |
No | Filter by path (prefix or glob with * ?) |
--type <type> |
No | Filter by type: file, dir, link |
--min-size <bytes> |
No | Minimum file size in bytes |
--max-size <bytes> |
No | Maximum file size in bytes |
--since <date> |
No | Files modified after this date (ISO 8601) |
--until <date> |
No | Files modified before this date (ISO 8601) |
--limit <n> |
No | Max results (default 100) |
--offset <n> |
No | Skip first N results |
--json |
No | Output as JSON |
virgo indexer history
Section titled “virgo indexer history”Full version history of a file
virgo indexer history [options] <path>| Option | Required | Description |
|---|---|---|
--dataset <names> |
No | Limit to dataset root(s), comma-separated (each matches that dataset and children) |
--json |
No | Output as JSON |
virgo indexer deleted
Section titled “virgo indexer deleted”List deleted files
virgo indexer deleted [options]| Option | Required | Description |
|---|---|---|
--dataset <names> |
No | Limit to dataset root(s), comma-separated (each matches that dataset and children) |
--path <pattern> |
No | Filter by path (prefix or glob with * ?) |
--limit <n> |
No | Max results (default 2000) |
--offset <n> |
No | Skip first N results |
--json |
No | Output as JSON |
virgo indexer changes
Section titled “virgo indexer changes”Show all changes in a snapshot
virgo indexer changes [options] <snapshot>| Option | Required | Description |
|---|---|---|
--dataset <names> |
No | Resolve snapshot within these dataset root(s), comma-separated |
--path <pattern> |
No | Filter by path (prefix or glob with * ?); matches old or new path |
--limit <n> |
No | Max results (default 5000) |
--offset <n> |
No | Skip first N results |
--json |
No | Output as JSON |
virgo indexer diff
Section titled “virgo indexer diff”Changes between two snapshots
virgo indexer diff [options] <snapA> <snapB>| Option | Required | Description |
|---|---|---|
--limit <n> |
No | Max results (default 5000) |
--offset <n> |
No | Skip first N results |
--json |
No | Output as JSON |
virgo indexer stats
Section titled “virgo indexer stats”Index statistics
virgo indexer stats [options]| Option | Required | Description |
|---|---|---|
--json |
No | Output as JSON |