Pbs¶
proxmox pbs --help¶
Input:
Output:
Usage: proxmox pbs [OPTIONS] COMMAND [ARGS]...
Proxmox Backup Server tools (TUI entry point).
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ tui Launch the PBS Textual TUI. │
╰──────────────────────────────────────────────────────────────────────────────╯
Exit code: 0 · Wall time (s): 0.757
proxmox pbs tui --help¶
Input:
Output:
Usage: proxmox pbs tui [OPTIONS] [MODE]
Launch the PBS Textual TUI.
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ mode [MODE] Optional mode. Use 'mock' to run against the in-memory │
│ mock backend. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --path -p TEXT Initial API path to load (must be a PBS path). │
│ [default: /admin/datastore] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
Exit code: 0 · Wall time (s): 0.750