Backup And Data Protection Flashcards
Recovery Services Vaults and Backup Vaults
Home for all backup jobs
3 steps to back up data whether in cloud or on-prem
- Create recovery services vault
- Define your goal/your workload (on-prem or cloud/Azure VMs, SQL in Azure VMs, SAP HANA in Azure VMs, Azure file shares, etc.)
- Configure backup policy (Specifies when a backup job runs and how long the recovery points are stored. Default is backup once a day and save recovery points for 30 days)
MARS agent
Backup and restore files, folders, and the volume or system state on physical or virtual Windows OS (VMs can be on-prem or in Azure)
No separate backup server required
Not application aware; files and folders, system, and volume-level restore only
No support for Linux
Implementing On-Prem File and Folder Backup
- Create the recovery services vault
- Download the agent and credential file
- Install and register agent
- Configure the backup
Options for Backup
- Snapshots
- Azure backup
- Azure site recovery
Snapshots
Managed snapshots provide a quick and simple option for backing up VMs that use Managed Disks
Workload Protection Needs
Many backup options are available
How workload is being protected today?
How often the workload is backed up?
What types of backups are being done?
Is disaster recovery protection in place?
Implement VM Backups
- Create vault
- Define backup
- Backup the VM
Azure Backup Server (MABS)
App-aware backups, file/folder/volume backups, and machine state backups (bare-metal, system state). .Install on-prem or on a VM
Backup Component Comparison
Azure Backup (MARS) agent
vs
Azure Backup Server (MABS)
Soft Delete
Backup data is retained for 14 additional days
Recover soft deleted backup items using an ‘Undelete’ operation
Natively built-in for all the recovery services vaults
Azure Backup Center
Single pane of glass to manage backups across a large and distributed Azure environment
Datasource-centric management focused on what you are backing up
Connected experiences with native integrations that enable management at scale
Azure Site Recovery
For business continuity. Keeps business apps and workloads (like Active Directory, Sharepoint, etc.) running during outages (as opposed to just keeping data safe like Azure Backup)
Replicate business apps and workloads on physical or virtual machines from a primary site to a secondary location to keep them running during outages.
Azure to Azure Architecture
- VM is registered with Azure Site Recovery
- Data is continuously replicated to cache
- Cache is replicated to the target storage account
- During failover the virtual machine is added to the target environment
Explain Locally Redundant Storage, Geo-Redundant Storage, and Zone-Redundant Storage.
Locally Redundant Storage: protects data against server rack and drive failures. Replicates your data three times within a single data center in the primary region.
Geo-Redundant Storage: protects against region-wide outages. Replicates your data to a secondary region (default setting when creating a new Recovery Services Vault)
Zone-Redundant Storage: guarantees data availability within the same region. Replicates your data in availability zones.