get_backup_status
Retrieve the last run status of the niborserver backup pipeline. Reports start/completion timestamps, duration, size, and success. Returns error if backup log is missing.
Instructions
Report on the niborserver backup pipeline's last run.
Reads /var/log/niborserver-backup.log and reports: last_run_started, last_run_completed, last_run_duration_seconds, last_run_size, last_run_succeeded.
Returns {"error": ...} if the log doesn't exist (backup not yet run).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||