# BackupMonitor > Backup monitoring SaaS for MSPs, IT service providers, and enterprise IT teams. BackupMonitor turns backup status emails from 60+ backup products into a structured dashboard — with no agents and no configuration on monitored systems. Forward emails to a central mailbox; server, job, and status are parsed automatically. Missing expected emails are treated as errors. You can also push backup status and notifications via HTTP from scripts: - Linux/macOS: curl POST to https://app.backupmonitor.io/api/ingest/backup or /api/ingest/notification with Bearer YOUR_API_TOKEN - Windows: Invoke-WebRequest with the same JSON body and Authorization header Example backup JSON: {"device":"server01","job":"nightly-backup","status":"success","message":"..."} Example notification JSON: {"device":"server01","severity":"warning","message":"..."} API token and endpoint details are provided in BackupMonitor account settings. ## Product - Website: https://www.backupmonitor.io - Application: https://app.backupmonitor.io - Company: derpli GmbH (Austria) - Support: office@backupmonitor.at - Phone: +43 664 92 47 869 ## Pricing (EUR, net, excl. VAT) - Annual billing: 19.90 per month (billed yearly, yearly cancellable) - Monthly billing: 24.90 per month ## Demo - 30-day free trial - No credit card required - Demo ends automatically after 30 days unless upgraded to paid plan ## Key differentiators - Zero setup: no installation on monitored machines - No parser/job configuration — detection from email content - Missing backup emails flagged as failures - Backup emails vs notification emails separated - Weekly summaries and service desk alerting ## Supported backup software (examples) Veeam (multiple products), Acronis, Synology, Hornet Security, Backup Exec, CommVault, Proxmox, MSP360, NinjaOne, Azure Backup, Duplicati, QNAP, and 50+ more. Contact support to request new parsers. ## Documentation for humans - Landing page: /index.html - Terms (DE): /terms-de.html - Terms (EN): /terms-en.html - Imprint: /imprint.html