- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4 - coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages - kernel-runner: no static node:module (Pear); bare-module createRequire - docs: handbook, reference, ADR, compatibility matrix, verify scripts
29 lines
543 B
JSON
29 lines
543 B
JSON
{
|
|
"name": "savevault",
|
|
"section": 1,
|
|
"title": "encrypt snapshot of personal drive",
|
|
"synopsis": [
|
|
"savevault [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Encrypts a copy of the personal drive under /.bare/vault/ when identity services are available.",
|
|
"options": [],
|
|
"keywords": [
|
|
"savevault",
|
|
"vault",
|
|
"encrypt",
|
|
"backup"
|
|
],
|
|
"seeAlso": [
|
|
{
|
|
"name": "login",
|
|
"section": 1
|
|
}
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "snapshot encrypted vault",
|
|
"code": "savevault"
|
|
}
|
|
]
|
|
}
|