docs/pbs-deployment: fix namespace CLI syntax, add web UI fallback

This commit is contained in:
vh
2026-04-22 14:37:40 -07:00
parent d7e6f32e36
commit ba55f5e902
+6 -2
View File
@@ -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.