summaryrefslogtreecommitdiffhomepage
path: root/public/manuals/nekernel/mgmt.hefs.util.man
blob: 1cb7022d9d6e77afd7f5cc95648ad817d994f1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NAME
    mgmt.hefs — OpenHeFS Management utility command

SYNOPSIS
    mgmt.hefs [OPTIONS]

DESCRIPTION
    The `mgmt.hefs` command provides scheduling, execution, and remote orchestration
    of a OpenHeFS volume inside a System One environement. One might use this tool to
    create, edit, and remove volumes from a disk.

    Usages include, but are not limited to:
        - Schedule scripts or tasks for future execution.
        - Verify device or filesystem integrity.
        - Manage and automate remote NeKernel machines.

OPTIONS
    -v, --volume <DEVICE>     Device input
    -c, --create              Create OpenHeFS volume
    -x, --xml    <PLIST>      Pass PropertyList to volume creation tool.
    -t, --time <HH:MMAM/PM>   Time to run the script
    -d, --day <DAY>           Day of the week (e.g., Mon, Tue, Wed)
    -m, --month <MONTH>       Month (e.g., Jan, Feb, Mar)
    -y, --year <YYYY>         Year to schedule task
    -r, --remote <ADDRESS>    Remote machine to manage (optional)
    -v, --verify              Run integrity checks only
    -h, --help                Display this help message

EXAMPLES
    mgmt.hefs -v /devices/disks0p0 -t 2:30PM -d Wed -m Apr -y 2026 --xml /xml/hefs.pxml
        Schedules `/xml/hefs.pxml` to run at 2:30PM on Wednesday, April 2026.

RELEASE
    v1.0.0 — NeKernel.org