{% extends "documentation/base.html" %} {% block doc_content %}
View and manage all approved backup jobs across all customers.
The Jobs page provides a comprehensive view of all approved backup jobs in BackupChecks. Once a job has been approved from the Inbox, it appears here and begins receiving backup reports automatically.
This page allows you to:
To view approved jobs:
The Jobs page displays a table with the following columns:
| Column | Description |
|---|---|
| Customer | Customer name (jobs are grouped by customer) |
| Backup | Detected backup software (e.g., Veeam, Synology, Acronis) |
| Type | Backup type (e.g., Configuration Job, Hyperbackup, Full, Incremental) |
| Job name | Backup job name |
To view detailed information about a specific job:
The job detail page shows:
On the job detail page, you can perform the following actions:
When a backup job is no longer active (e.g., server decommissioned, backup solution changed), you can archive it to declutter operational views.
When a job is archived:
Archived jobs are accessible on a separate page:
To unarchive a job (Admin only):
The job will immediately reappear in the Jobs page and operational views (Daily Jobs, Run Checks).
If you need to permanently remove a job and all its data:
You can export all job data to a JSON file for backup, reporting, or migration purposes.
approved_jobs_export_v1). This format is designed for system migration and backup purposes.
You can import job data from a previously exported JSON file.