Book Image

Mastering Veeam Backup & Replication - Third Edition

By : Chris Childerhose
Book Image

Mastering Veeam Backup & Replication - Third Edition

By: Chris Childerhose

Overview of this book

Veeam is one of the leading modern data protection solutions, making it a necessary skill for anyone responsible for backing up virtual environments. This new edition of Mastering Veeam Backup & Replication is revised and updated to cover Veeam version 12. This edition covers some new features added to the application, such as VeeaMover, Per Machine Backup chains, and MFA on the console. The book guides you through implementing modern data protection solutions for your cloud and virtual infrastructure with Veeam while helping you master advanced concepts such as Continuous Data Protection (CDP), extended object storage support, VeeaMover, and security settings. You’ll dive deep into other new features as well, such as Direct to Object storage, Object to Tape and learn about CDP from a service provider perspective with Veeam Cloud Connect (VCC). By the end of this Veeam book, you'll be able to successfully implement Veeam Backup & Replication to secure your environment and enable disaster recovery.
Table of Contents (13 chapters)
1
Part 1: Installation – Best Practices, Core Architecture, and Other Enhancements
6
Part 2: Security, Object Storage Direct, CDP, and Cloud Connect

Using SOBR Rebalance and exporting data

One of the primary pieces of the Veeam Backup & Replication v12 infrastructure is its repository servers; however, using these repository servers to build a SOBR allows us to aggregate multiple standard repositories into one giant repository. The SOBR is comprised of Extents, which are the standard repositories. When you create a SOBR, and depending on how Veeam Backup & Replication chooses to use them based on your policy selection (Data Locality or Performance), some extents can get fuller than others.

Here are the placement policies:

  • Data Locality: Backup chains are all stored in the same extent within the SOBR. This policy is selected when using both ReFS/XFS filesystems as it will use the block-cloning features of the respective filesystems.
  • Performance: Full backup and incremental backup files are split across extents in this policy, and you will specify which extents are for which backup types. This policy does not...