From ba55f5e9020050a22ce4b263a05d462410e5db51 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Wed, 22 Apr 2026 14:37:40 -0700 Subject: [PATCH] docs/pbs-deployment: fix namespace CLI syntax, add web UI fallback --- docs/runbooks/pbs-deployment.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/runbooks/pbs-deployment.md b/docs/runbooks/pbs-deployment.md index 0906e99..9d0646b 100644 --- a/docs/runbooks/pbs-deployment.md +++ b/docs/runbooks/pbs-deployment.md @@ -199,11 +199,15 @@ namespace per hypervisor up front: ```bash for h in pfi-pve nh3-pve esh-pve esh-pve-nas sfsrv-ana; do - proxmox-backup-manager datastore namespace create backups $h + proxmox-backup-manager namespace create backups $h done -proxmox-backup-manager datastore namespace list backups +proxmox-backup-manager namespace list backups ``` +(If the CLI errors — subcommand names shift between PBS versions — +use the web UI: Datastore → backups → Content → **Add NS**. Works +reliably regardless of version.) + Each PVE client later (Phase 2.1, 3.1, 4) sets its Namespace field to its own hostname when configuring the PBS storage.