Backup and DR Service for the PCA Exam

GCP Study Hub
Ben Makansi
March 3, 2026

Backup and DR is one of the services I want anyone preparing for the Professional Cloud Architect exam to recognize on sight. When an exam question describes a managed backup product or a disaster recovery solution that needs to minimize operational complexity, this is usually the answer Google is looking for.

What Backup and DR covers

Backup and DR is Google Cloud's managed backup and disaster recovery platform. It is not limited to a single workload type. It protects:

  • Compute Engine VMs
  • Many popular databases, including Oracle, SQL Server, MySQL, PostgreSQL, and MongoDB
  • VMware environments, both on-premises VMware and Google Cloud VMware Engine
  • GKE volumes for Kubernetes persistent storage
  • On-prem and cloud workloads

That breadth matters on the Professional Cloud Architect exam. If a scenario mentions Oracle, MongoDB, or VMware on-prem and asks for a single managed backup solution in Google Cloud, Backup and DR fits.

Protection plans

Backup and DR uses centralized protection plans that define schedules, retention, and application consistency. You set up your backup and recovery policies in one place and then apply them across your environment instead of configuring each workload individually.

The service also performs global deduplication and compression. Rather than storing multiple copies of the same data, it deduplicates across the entire backup infrastructure and compresses what remains, which reduces the storage footprint and the cost of long retention.

Because Backup and DR is fully managed, Google runs the underlying infrastructure. You do not stand up backup servers, storage targets, or replication appliances yourself.

Example use case: on-prem VMware to a GCP DR environment

The canonical scenario looks like this. You have on-prem, critical production VMs running on VMware. The requirement is a disaster recovery solution in Google Cloud that is managed and minimizes operational complexity.

Backup and DR, running in Google Cloud, continuously replicates those VMware VMs from the on-premises environment. The replication is ongoing rather than purely scheduled, so you are minimizing data loss in the event of a failure.

If a disaster occurs, Backup and DR performs recovery orchestration. It restores VMs in the correct sequence to a DR environment built on Compute Engine. A realistic order is database servers first, then application servers, then web servers, so dependencies come up in the right order.

What I would memorize for the Professional Cloud Architect exam

For exam recall, three things are enough:

  1. Backup and DR is the managed backup and disaster recovery platform. If a question wants "managed" and "minimizes operational complexity" for backup or DR, this is the service.
  2. It supports Compute Engine VMs, many popular databases, VMware (on-prem and GCVE), GKE volumes, and on-prem or cloud workloads, with centralized protection plans and global dedup and compression.
  3. For DR, it provides continuous replication from source to GCP and recovery orchestration that restores VMs in sequence into a DR environment on Compute Engine.

My Professional Cloud Architect course covers Backup and DR alongside the rest of the advanced architecture material.

arrow