Skip to content

Backup Overview

Device Backup gives you centralized control over backups across your managed fleet. From the Backup dashboard you can configure where backups are stored, schedule what gets backed up, monitor protection coverage, and restore data when you need it — whether that’s a single file, an entire system, a Hyper-V VM, or a SQL Server database.


Files & Folders

Back up selected directories with include/exclude path rules. Uses Volume Shadow Copy (VSS) on Windows for application-consistent snapshots.

System Images

Full system state capture including OS configuration, drivers, registry (Windows), and boot configuration.

Hyper-V VMs

Export virtual machines with application-consistent or crash-consistent snapshots. Supports Resilient Change Tracking (RCT) for incremental backups.

SQL Server Databases

Full, differential, and transaction log backups with LSN chain tracking for point-in-time recovery.


Breeze supports five storage providers:

ProviderBest for
Amazon S3 (or S3-compatible)Primary cloud storage — works with MinIO, Wasabi, Backblaze B2
Azure Blob StorageOrganizations already on Azure
Google Cloud StorageMulti-region durability
Local / NASFast restores from on-site storage, USB drives, or SMB shares
Backblaze B2Cost-effective cloud archival

You can configure multiple storage targets and assign different ones to different policies. For example, critical servers might back up to S3 with a local vault mirror, while workstations use local NAS only.


Backup is organized around five core concepts:

  1. Storage configurations — where backups go (S3 bucket, Azure container, local path, etc.)
  2. Policies — what gets backed up, on what schedule, and how long to keep it. Managed through Configuration Policies for hierarchical assignment.
  3. Jobs — individual backup or restore executions. Created automatically by schedules or triggered manually.
  4. Snapshots — point-in-time archives produced by completed backup jobs. You can browse their contents file-by-file.
  5. Restore operations — recover data from a snapshot to the original device or a different target.

Navigate to Operations > Backup in the sidebar to reach the backup dashboard. It has seven tabs:

TabWhat it shows
OverviewProtection coverage, success rates, storage trends, recent activity, devices needing attention
VerificationBackup integrity checks, test restores, recovery readiness scores
SQL ServerDiscovered SQL instances, databases, backup chains
Hyper-VVirtual machines, checkpoint trees, VM backup/restore
VaultLocal and network vault mirrors for fast offline recovery
SLARPO/RTO targets, compliance tracking, breach alerts
EncryptionEncryption key management and rotation

New to Breeze Backup? Here’s the fastest path to protecting your first device:

  1. Add a storage target. From the Overview tab, open the storage configuration wizard. Pick a provider (S3 is recommended), enter your credentials, set a schedule and retention policy, and publish the configuration. See Storage Configuration for details.

  2. Create a backup policy. Go to Settings > Configuration Policies, create a new policy, and add a Backup feature link. Choose your backup mode (file, Hyper-V, MSSQL, or system image), select the storage configuration you just created, and assign the policy to devices, sites, or groups. See Backup Policies for details.

  3. Verify it works. Back on the Backup dashboard, click Run all backups to trigger an immediate run. Watch the job appear in Recent Jobs. Once it completes, go to the Verification tab and run an integrity check. See Verification & Recovery Readiness for details.


Enterprise backup operations (Hyper-V, SQL Server, system image, cloud-to-cloud) run in a dedicated breeze-backup helper process that communicates with the main agent over HMAC-signed IPC. This keeps the core agent lightweight (~15 MB) while the backup binary includes the heavier cloud SDKs and backup tooling. The backup binary is bundled in both the Windows MSI and macOS .pkg installers.