{% extends "documentation/base.html" %} {% block doc_content %}
Monitor backup jobs expected to run on a specific date, with smart schedule inference and status tracking.
The Daily Jobs view displays all backup jobs expected to run on a selected date, based on intelligent schedule inference from historical run patterns. It provides an overview of which jobs exist and their schedules.
Key features:
To access the Daily Jobs view:
At the top of the page, you can select which date to view:
The Daily Jobs table displays the following columns:
| Column | Description |
|---|---|
| Customer | Customer name the job belongs to |
| Backup software | Backup product (e.g., Veeam, Synology, NAKIVO) |
| Backup type | Job type (e.g., Backup Job, Replication Job) |
| Job name | Name of the backup job |
| Schedule | Inferred schedule pattern (e.g., "Daily", "Weekly: Mon Wed Fri", "Monthly: 1st, 15th") |
| Last run | Timestamp of the most recent job run |
| Status | Current status indicator (Success, Warning, Failed, Missed, Expected) |
| Reviewed | Checkmark if the job has been reviewed (only for non-success statuses) |
Each job displays a status badge indicating its current state:
| Status | Badge Color | Meaning |
|---|---|---|
| Success | Green | Job completed successfully with no warnings or errors |
| Success (Override) | Blue | Job had warning/failure but is treated as success due to an active override rule |
| Warning | Yellow | Job completed but with warnings (e.g., retry succeeded, partial backup) |
| Failed | Red | Job failed and did not complete successfully |
| Missed | Gray | Job was expected to run on this date but no run was detected |
| Expected | White | Job is expected to run later today (for future dates or today before the job runs) |
BackupChecks automatically infers backup job schedules by analyzing historical run patterns. This eliminates the need to manually configure schedules for each job.
The system examines the past 60 days of job runs to detect patterns:
In the Schedule column, you'll see:
Jobs with active overrides display a small badge next to the job name. Overrides are used to handle known issues or exceptions (e.g., "treated as success due to known warning").
To view override details:
Jobs linked to active tickets or remarks display indicator icons:
These indicators help you quickly identify jobs with known issues or ongoing investigations.
To view detailed information about a job run:
See Run Checks Modal for detailed information about reviewing job runs.
For jobs with warnings or failures, you can mark them as reviewed after investigating:
If a job doesn't appear on a date when you expected it: