Add pbs backups command to documentation
New command shows last backup status per VM/CT organized by namespace. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3b00ffa93d
commit
c741bc2597
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ The `~/bin/dns` script manages Technitium DNS (internal zone: lab.georgsen.dk):
|
|||
The `~/bin/pbs` script shows backup status and statistics:
|
||||
```bash
|
||||
~/bin/pbs status # Overview: datastores, storage, dedup, tasks
|
||||
~/bin/pbs backups [ns] # Last backup per VM/CT per namespace
|
||||
~/bin/pbs tasks [hours] # Show recent tasks (default: 24h)
|
||||
~/bin/pbs errors [hours] # Show only failures (default: 72h)
|
||||
~/bin/pbs gc # Garbage collection status
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue