Files
bare-operating-system/packages/bare-os-coreutils/man/pages/kernel-home-snapshot.json
T
2026-04-04 18:41:34 -04:00

31 lines
910 B
JSON

{
"name": "kernel-home-snapshot",
"section": 1,
"title": "kernel-home-snapshot",
"synopsis": [
"kernel-home-snapshot [--json] [--max N] [--depth D] [DIR]"
],
"description": "Walks a directory on the VFS and emits a bounded JSON manifest (paths, kinds, sizes). No archive bytes are produced — use for inventory, backup planning, and diagnostics.",
"options": [
{
"flag": "--json",
"meaning": "Print JSON manifest (default human summary also available)."
},
{
"flag": "--max N",
"meaning": "Cap number of file entries (default 8000)."
},
{
"flag": "--depth D",
"meaning": "Maximum directory depth (default 12)."
}
],
"keywords": [
"kernel-home-snapshot",
"bare-os",
"backup",
"manifest"
],
"bareOsNotes": "Schema field schema:2 in emitted JSON; see packages/bare-os-coreutils/src/kernel-home-snapshot.js."
}