docs/pbs-deployment: fix namespace CLI syntax, add web UI fallback
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user