Zerto is a disaster recovery and replication platform for virtualised environments. It continuously replicates VMs from a protected site to a recovery site with minimal RPO (Recovery Point Objective).

Key components

ComponentDescription
ZVM (Zerto Virtual Manager)The management server for a site. One per vCenter
VRA (Virtual Replication Appliance)Installed on each ESXi host. Handles the actual replication of VMs on that host
ZCM (Zerto Cloud Manager)Manages cloud resources and ZORGs
VPG (Virtual Protection Group)A group of VMs protected together as a unit
ZORGA Zerto Organisation — a logical grouping of cloud resources
JournalStores changes to allow point-in-time recovery

How replication works

  1. VRA intercepts writes at the hypervisor level
  2. Changes are sent to the recovery site VRA in near real-time
  3. A journal stores a history of changes (configurable retention)
  4. In a failover, the journal is used to roll VMs back to a specific point

Syncing types

  • Bitmap sync — after an outage, marks exactly what changed and syncs only those blocks
  • Delta sync — a deeper comparison between source and replica to verify consistency