{% extends "documentation/base.html" %} {% block doc_content %}
Follow this checklist to set up your first customer and backup job in BackupChecks.
Before you begin, ensure you have:
Jobs are created directly from the Inbox by approving backup report emails. The system uses Mail Parsers to extract job details automatically, ensuring consistency.
After approving your first job, you can automatically process other emails that match the same pattern:
When a backup report email is processed, it creates a "run" in the system:
Here's a summary of how BackupChecks processes backup reports:
| Step | What Happens | Where to See It |
|---|---|---|
| 1. Email arrives | Backup report is sent to monitored mailbox | Not visible yet |
| 2. Import runs | System fetches email via Graph API | Inbox (if no matching job exists) |
| 3. Job created | You approve the email and create a job | Jobs page |
| 4. Run created | Email is parsed and a backup run is recorded | Run Checks page |
| 5. Schedule learned | After several runs, system learns the schedule | Daily Jobs page |
| 6. Review | Operator marks run as reviewed | Run Checks queue is cleared |
Now that you have your first job configured, you can: