fix(help): align update subcommands and add backup descriptions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 23:49:57 +02:00
parent d7829cb5ae
commit b69951f917
+13 -7
View File
@@ -1251,13 +1251,19 @@ ${BOLD}SINGLE-STACK COMMANDS${RESET}
${CYAN}compose${RESET} STACK [CMD...] Pass-through to docker compose ${CYAN}compose${RESET} STACK [CMD...] Pass-through to docker compose
${BOLD}SERVICE MANAGEMENT${RESET} ${BOLD}SERVICE MANAGEMENT${RESET}
${CYAN}update${RESET} install Link & enable systemd update timer ${CYAN}update${RESET} install Link & enable systemd update timer
uninstall Disable & remove update timer uninstall Disable & remove update timer
run Run the update script now run Pull all images, recreate changed containers, prune
status Show timer/service status status Show timer/service status
logs Show service journal logs logs Show journal logs
next Show next scheduled run next Show next scheduled run
${CYAN}backup${RESET} install|uninstall|run|status|logs|next|snapshots ${CYAN}backup${RESET} install Link & enable systemd backup timer
uninstall Disable & remove backup timer
run Dump DBs + restic backup + prune snapshots
status Show timer/service status
logs Show journal logs
next Show next scheduled run
snapshots List restic snapshots
${BOLD}UTILITIES${RESET} ${BOLD}UTILITIES${RESET}
${CYAN}new${RESET} NAME [OPTIONS] Scaffold a new stack ${CYAN}new${RESET} NAME [OPTIONS] Scaffold a new stack