From b69951f917e588fa31f5a0d6ec611455dcee4ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 16 Jun 2026 23:49:57 +0200 Subject: [PATCH] fix(help): align update subcommands and add backup descriptions Co-Authored-By: Claude Sonnet 4.6 --- stacks.sh | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/stacks.sh b/stacks.sh index 21e2ef9..84a16fe 100755 --- a/stacks.sh +++ b/stacks.sh @@ -1251,13 +1251,19 @@ ${BOLD}SINGLE-STACK COMMANDS${RESET} ${CYAN}compose${RESET} STACK [CMD...] Pass-through to docker compose ${BOLD}SERVICE MANAGEMENT${RESET} - ${CYAN}update${RESET} install Link & enable systemd update timer - uninstall Disable & remove update timer - run Run the update script now - status Show timer/service status - logs Show service journal logs - next Show next scheduled run - ${CYAN}backup${RESET} install|uninstall|run|status|logs|next|snapshots + ${CYAN}update${RESET} install Link & enable systemd update timer + uninstall Disable & remove update timer + run Pull all images, recreate changed containers, prune + status Show timer/service status + logs Show journal logs + next Show next scheduled run + ${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} ${CYAN}new${RESET} NAME [OPTIONS] Scaffold a new stack