Source:Changed Block Tracking (CBT): Difference between revisions

From SEPsesam
(Updated, ready for review.)
(Marked this version for translation)
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:


<!--T:2-->
<!--T:2-->
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3 ''Tigon''/4.4.3 ''Grolar'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation|Documentation archive]]}}</translate><br />
{{Navigation_latest|release=[[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3 ''Beefalo''/5.0.0 ''Jaglion'']]|link=[[Special:MyLanguage/SEP_sesam_Documentation|Documentation archive]]}}</translate><br />
<translate>==Overview== <!--T:3--></translate>
<translate>==Overview== <!--T:3--></translate>
<div class="boilerplate metadata" id="Additional resources" style="background-color: #f0f0f0; color:#636f73; border: 1px ridge#cdd3db; margin: 0.5em; padding: 0.5em; float: right; width: 35%; "><center><b><translate><!--T:4-->
<div class="boilerplate metadata" id="Additional resources" style="background-color: #f0f0f0; color:#636f73; border: 1px ridge#cdd3db; margin: 0.5em; padding: 0.5em; float: right; width: 35%; "><center><b><translate><!--T:4-->
Line 12: Line 12:
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
{|style="margin: auto; margin-bottom:1em; width:100%; border:0px solid grey;"
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
| rowspan="2" style="padding:0px 10px 0px;" | <translate><!--T:5-->
[[File:SEP_next.png|45px|link=Special:MyLanguage/4_4_3:VMware_Backup|VMware Backup]]</translate>
[[File:SEP_next.png|45px|link=VMware_Backup|VMware Backup]]</translate>
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
| style="padding:0px 40px 0px 10px; color: grey; font-size: 90%; text-align:left;" | <translate><!--T:6-->
See also: [[Special:MyLanguage/4_4_3:VMware Requirements & Restrictions|VMware requirements & restrictions]] – [[Special:MyLanguage/4_4_3_Tigon:VMware_Backup|VMware Backup]] – [[Special:MyLanguage/4_4_3:VMware_Restore|VMware Restore]] – [[Special:MyLanguage/4_4_3:VMware_Single_File_Restore|VMware Single File Restore]] – [[Special:MyLanguage/4_4_3:VMware_Instant_Recovery|VMware Instant Recovery]] – [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Backup|Citrix XenServer Backup]] – [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Restore|Citrix XenServer Restore]]</translate>
See also: [[VMware Requirements & Restrictions|VMware requirements & restrictions]] – [[VMware_Backup|VMware Backup]] – [[VMware_Restore|VMware Restore]] – [[VMware_Single_File_Restore|VMware Single File Restore]] – [[VMware_Instant_Recovery|VMware Instant Recovery]] – [[Citrix_XenServer_Backup|Citrix XenServer Backup]] – [[Citrix_XenServer_Restore|Citrix XenServer Restore]]</translate>
|}
|}


Line 32: Line 32:


<translate><!--T:12-->
<translate><!--T:12-->
The Changed Block Tracking (CBT) feature is an incremental backup technology for VMware and Citrix XenServer that identifies changes on block level and backs up only disk blocks of a VM’s virtual disk that have changed since the last backup; in case of VMware it also backs up the blocks that are in use (on VMFS partitions). SEP sesam uses CBT to perform block level incremental ([[Special:MyLanguage/SEP_sesam_Glossary#INCR|INCR]]) and differential ([[Special:MyLanguage/SEP_sesam_Glossary#DIFF|DIFF]]) backups of [[Special:MyLanguage/SEP_sesam_Glossary#VMDK|VMDKs]] (VMware) or VDIs (Citrix XenServer) after a full ([[Special:MyLanguage/SEP_sesam_Glossary#FULL|FULL]]) backup has been successfully executed.
The Changed Block Tracking (CBT) feature is an incremental backup technology for VMware and Citrix XenServer that identifies changes on block level and backs up only disk blocks of a VM’s virtual disk that have changed since the last backup; in case of VMware it also backs up the blocks that are in use (on VMFS partitions). SEP sesam uses CBT to perform block level incremental ([[Special:MyLanguage/SEP_sesam_Glossary#INCR|INC]]) and differential ([[Special:MyLanguage/SEP_sesam_Glossary#DIFF|DIFF]]) backups of [[Special:MyLanguage/SEP_sesam_Glossary#VMDK|VMDKs]] (VMware) or VDIs (Citrix XenServer) after a full ([[Special:MyLanguage/SEP_sesam_Glossary#FULL|FULL]]) backup has been successfully executed.


<!--T:13-->
<!--T:13-->
Line 60: Line 60:
*If there are any existing snapshots of VM, CBT cannot be enabled.
*If there are any existing snapshots of VM, CBT cannot be enabled.


===CBT restrictions===
===CBT restrictions=== <!--T:47-->
SEP sesam uses CBT for performing incremental backups and calls VMware ''QueryChangedDiskAreas("*")'' for the list of changed areas from the last given snapshot that should be included in backup. ''QueryChangedDiskAreas("*")'' is done in full backups; it returns information about areas of a virtual disk that are in use (allocated). The first time ''QueryChangedDiskAreas("*")'' is called, it returns allocated areas of virtual disk. All subsequent calls then return changed areas rather than allocated areas. Note that what CBT does depends on the disk type; it would return used space only for thin and thick lazy zeroed disks.
SEP sesam uses CBT for performing incremental backups and calls VMware ''QueryChangedDiskAreas("*")'' for the list of changed areas from the last given snapshot that should be included in backup. ''QueryChangedDiskAreas("*")'' is done in full backups; it returns information about areas of a virtual disk that are in use (allocated). The first time ''QueryChangedDiskAreas("*")'' is called, it returns allocated areas of virtual disk. All subsequent calls then return changed areas rather than allocated areas. Note that what CBT does depends on the disk type; it would return used space only for thin and thick lazy zeroed disks.


VMware states the following restriction: Be aware that entire disks are allocated, and are therefore returned when ''QueryChangedDiskAreas("*")'' is used in the following scenarios::
<!--T:48-->
VMware states the following restriction: Be aware that entire disks are allocated, and are therefore returned when ''QueryChangedDiskAreas("*")'' is used in the following scenarios:
*When a cloned <tt>thick</tt> disk is created.
*When a cloned <tt>thick</tt> disk is created.
*Disks are formatted by using the ''long format'' setting.
*Disks are formatted by using the ''long format'' setting.
Line 69: Line 70:
*VMDK is stored on the storage which does not support VMFS, such as NFS or iSCSI devices.
*VMDK is stored on the storage which does not support VMFS, such as NFS or iSCSI devices.


<!--T:49-->
Additionally, the following restrictions apply for CBT:
Additionally, the following restrictions apply for CBT:
*VMware does not support enabling CBT on a VM that already has some existing snapshots. As specified by VMware, for CBT to work "the virtual machine must have zero (0) snapshots when CBT is enabled, for a clean start".
*VMware does not support enabling CBT on a VM that already has some existing snapshots. As specified by VMware, for CBT to work "the virtual machine must have zero (0) snapshots when CBT is enabled, for a clean start".
Line 77: Line 79:


==={{anchor|globally}}Disabling and enabling CBT for VMware globally=== <!--T:19-->
==={{anchor|globally}}Disabling and enabling CBT for VMware globally=== <!--T:19-->
By default, SEP sesam enables the CBT functionality globally. CBT is enabled per virtual disk and can also be disabled and enabled in the backup task properties.</translate>
 
<!--T:50-->
By default, SEP sesam enables the CBT functionality globally. CBT is enabled per virtual disk.</translate>


{{<translate><!--T:20-->
{{<translate><!--T:20-->
Line 86: Line 90:
In the SEP sesam GUI, from the ''menu bar'' select '''Configuration''' -> '''Defaults''', and then switch to tab '''Extras'''.</translate></li>  
In the SEP sesam GUI, from the ''menu bar'' select '''Configuration''' -> '''Defaults''', and then switch to tab '''Extras'''.</translate></li>  
<li><translate><!--T:23-->
<li><translate><!--T:23-->
Uder the ''Extras'' options, select or deselect the check box '''Globally activate Change Block Tracking (CBT)'''.</translate></li>
Under the ''Extras'' options, select or deselect the check box '''Globally activate changed block tracking (CBT)'''.</translate></li>
<translate><!--T:24-->
<translate><!--T:24-->
[[File:CBT_global.png|500px|link=]]</translate>
[[File:CBT_globally.jpg|600px|link=]]</translate>
<br clear=all>
<br clear=all>
</ol>
</ol>
<!--
<translate>==={{anchor|bck_task}}Disabling and enabling CBT in backup task (v. ≤ ''Grolar'') === <!--T:25-->


<translate>==={{anchor|bck_task}}Disabling and enabling CBT in backup task=== <!--T:25-->
<!--T:51-->
You can also disable/enable the CBT functionality in the backup tasks properties. This change takes effect when the next backup is run and is applied to all backup tasks related to the respective VM.</translate>  
In v. ≤ [[Special:MyLanguage/SEP_sesam_Release_Versions|4.4.3 ''Grolar'']], you can also disable/enable the CBT functionality in the backup tasks properties. This change takes effect when the next backup is run and is applied to all backup tasks related to the respective VM.</translate>  


{{<translate><!--T:26-->
{{<translate><!--T:26-->
Line 100: Line 106:


<ol><li><translate><!--T:28-->
<ol><li><translate><!--T:28-->
From '''Main Selection -> Tasks -> By clients''', select the ''vCenter'' client and click '''New backup task''', or double-click an already existing backup task.</translate></li>
From '''Main Selection -> Tasks -> By Clients''', select the ''vCenter'' client and click '''New Backup Task''', or double-click an already existing backup task.</translate></li>
<li><translate><!--T:29-->
<li><translate><!--T:29-->
If you are creating a new backup task, specify the '''Source'''. Browse for the VM that you want to include in the backup and select it. Note that you can only configure one VM per backup task. By selecting the source, the ''[[Special:MyLanguage/SEP_sesam_Glossary#task_type|task type]]'' and ''task name'' are set automatically.</translate></li>
If you are creating a new backup task, specify the '''Source'''. Browse for the VM that you want to include in the backup and select it. Note that you can only configure one VM per backup task. By selecting the source, the ''[[Special:MyLanguage/SEP_sesam_Glossary#task_type|task type]]'' and ''task name'' are set automatically.</translate></li>
Line 111: Line 117:
<br clear=all>
<br clear=all>
<ul><li><translate><!--T:33-->
<ul><li><translate><!--T:33-->
By default, '''Backup as Image''' option is enabled and performs a FULL raw backup of VMDK without CBT, even though the CBT is selected. However, CBT is applied for subsequent differential and incremental backups. If ''Backup as Image'' option is deselected while the CBT stays enabled, the CBT is fully utilized. For details on how the combination of these options affects the size of your backed up data, check [[Special:MyLanguage/4_4_3 Tigon:VMware_Single_File_Restore_and_Instant_Recovery_Support_Matrix|VMware single file restore & instant recovery support matrix]].</translate></li>
By default, '''Backup as Image''' option is enabled and performs a FULL raw backup of VMDK without CBT, even though the CBT is selected. However, CBT is applied for subsequent differential and incremental backups. If ''Backup as image'' option is deselected while the CBT stays enabled, the CBT is fully utilized. For details on how the combination of these options affects the size of your backed up data, check [[VMware_Single_File_Restore_and_Instant_Recovery_Support_Matrix|VMware single file restore & instant recovery support matrix]].</translate></li>
<li><translate><!--T:34-->
<li><translate><!--T:34-->
If you want to exclude a dedicated virtual disk (VMDK) from snapshot operations and backup only VM configuration, select the '''Backup only the VM configuration''' check box. In this case, only Open Virtualization Format (OVF) file and VM configuration are backed up.</translate></li>
If you want to exclude a dedicated virtual disk (VMDK) from snapshot operations and backup only VM configuration, select the '''Backup only the VM configuration''' check box. In this case, only Open Virtualization Format (OVF) file and VM configuration are backed up.</translate></li>
Line 121: Line 127:
</ul>
</ul>
<li><translate><!--T:36-->
<li><translate><!--T:36-->
Click '''OK''' to save the task.</translate></li></ol>
Click '''OK''' to save the task.</translate></li></ol>-->


<translate>=={{anchor|Citrix}}CBT on Citrix XenServer== <!--T:41-->
<translate>=={{anchor|Citrix}}CBT on Citrix XenServer== <!--T:41-->


<!--T:42-->
<!--T:42-->
CBT support for for Citrix XenServer ≥ 7.3 was introduced with v. 4.4.3  [[Special:MyLanguage/SEP_sesam_Release_Versions|''Grolar'']]. It is available for clients with XenServer Enterprise Edition by default.
CBT support for Citrix XenServer ≥ 7.3 is available for clients with ''XenServer Enterprise Edition'' by default.


<!--T:43-->
<!--T:43-->
CBT provides incremental backup capabilities; hence, all backup levels (FULL, INC and DIFF) can be used for Citrix XenServer backups. Since CBT for Citrix XenServer ≥ 7.3 is enabled by default, it can be skipped only by performing a copy backup. For details, see [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Backup|Citrix XenServer Backup]].
*CBT provides incremental backup capabilities; hence, all backup levels (FULL, INC and DIFF) can be used for Citrix XenServer backups. As CBT for Citrix XenServer ≥ 7.3 is enabled by default, it can be skipped only by performing a COPY backup.  
 
<!--T:52-->
*If you use Citrix XenServer lower than 7.3 or the server is not licensed for CBT, then only COPY backups are possible.
 
<!--T:53-->
For details, see [[Citrix_XenServer_Backup|Citrix XenServer Backup]].


<!--T:44-->
<!--T:44-->
There are some considerations to take into account when restoring a differential or incremental backup from Citrix Xen VM. For details, see [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Restore#CBT|Citrix XenServer Restore]].  
There are some considerations to take into account when restoring a differential or incremental backup from Citrix Xen VM. For details, see [[Citrix_XenServer_Restore#CBT|Citrix XenServer Restore]].  
</translate>  
</translate>  


<translate>==See also== <!--T:37-->
<translate>==See also== <!--T:37-->
[[Special:MyLanguage/4_4_3:VMware Requirements & Restrictions|VMware requirements & restrictions]] –[[Special:MyLanguage/4_4_3_Tigon:VMware_Backup|VMware Backup]] – [[Special:MyLanguage/4_4_3:VMware_Restore|VMware Restore]] – [[Special:MyLanguage/4_4_3:VMware_Single_File_Restore|VMware Single File Restore]] – [[Special:MyLanguage/4_4_3:VMware_Instant_Recovery|VMware Instant Recovery]] – [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Backup|Citrix XenServer Backup]] – [[Special:MyLanguage/4_4_3_Grolar:Citrix_XenServer_Restore|Citrix XenServer Restore]]</translate>
[[VMware Requirements & Restrictions|VMware requirements & restrictions]] –[[Special:MyLanguage/4_4_3_Tigon:VMware_Backup|VMware Backup]] – [[VMware_Restore|VMware Restore]] – [[VMware_Single_File_Restore|VMware Single File Restore]] – [[VMware_Instant_Recovery|VMware Instant Recovery]] – [[Citrix_XenServer_Backup|Citrix XenServer Backup]] – [[Citrix_XenServer_Restore|Citrix XenServer Restore]]</translate>

Revision as of 12:14, 14 January 2022

Other languages:

Copyright © SEP AG 1999-2024. All rights reserved.

Any form of reproduction of the contents or parts of this manual is allowed only with the express written permission from SEP AG. When compiling and designing user documentation SEP AG uses great diligence and attempts to deliver accurate and correct information. However, SEP AG cannot issue a guarantee for the contents of this manual.

Docs latest icon.png Welcome to the latest SEP sesam documentation version 4.4.3 Beefalo/5.0.0 Jaglion. For previous documentation version(s), check Documentation archive.


Overview

The Changed Block Tracking (CBT) feature is an incremental backup technology for VMware and Citrix XenServer that identifies changes on block level and backs up only disk blocks of a VM’s virtual disk that have changed since the last backup; in case of VMware it also backs up the blocks that are in use (on VMFS partitions). SEP sesam uses CBT to perform block level incremental (INC) and differential (DIFF) backups of VMDKs (VMware) or VDIs (Citrix XenServer) after a full (FULL) backup has been successfully executed.

SEP sesam enables CBT automatically by default to optimize backups of VMs. This way the amount of copied data is reduced, which results in reduced amount of time for the backups, reduced network bandwidth required for transferring data, and reduced required storage capacity.

CBT tracks changes of the corresponding VMDK/VDI file in special log file (CTK on VMware, log file on Citrix XenServer). These files are permanent and must not be deleted after the backups.

> CBT on VMware

> CBT on Citrix XenServer

CBT on VMware

SEP sesam provides efficient data protection for virtual machines (VMs) running on VMware ESXi servers by using VMware vSphere Storage APIs – Data Protection (VADP). Part of the VADP is also Changed Block Tracking (CBT). CBT can identify the disk sectors altered between two change set IDs on many file systems and, on VMFS partitions, can also identify all the disk sectors that are in use.

Prerequisites for using CBT

SEP sesam enables CBT globally by default if the following prerequisites are met:

  • The host must be ESX/ESXi 4.0 or later.
  • VMs must be using hardware version 7 or newer.
  • I/O operations must go through the ESX/ESXi storage stack. NFS is supported, RDM is also supported in virtual compatibility mode, but not in physical compatibility mode (rdmp). VMFS is supported, backed by SAN, iSCSI, or local disk.
  • Virtual machine storage must not be (persistent or non-persistent) independent disk – unaffected by snapshots.
  • If there are any existing snapshots of VM, CBT cannot be enabled.

CBT restrictions

SEP sesam uses CBT for performing incremental backups and calls VMware QueryChangedDiskAreas("*") for the list of changed areas from the last given snapshot that should be included in backup. QueryChangedDiskAreas("*") is done in full backups; it returns information about areas of a virtual disk that are in use (allocated). The first time QueryChangedDiskAreas("*") is called, it returns allocated areas of virtual disk. All subsequent calls then return changed areas rather than allocated areas. Note that what CBT does depends on the disk type; it would return used space only for thin and thick lazy zeroed disks.

VMware states the following restriction: Be aware that entire disks are allocated, and are therefore returned when QueryChangedDiskAreas("*") is used in the following scenarios:

  • When a cloned thick disk is created.
  • Disks are formatted by using the long format setting.
  • Disks are created with vmkfstools using the eagerZeroedThick format option – eager zeroed thick disks.
  • VMDK is stored on the storage which does not support VMFS, such as NFS or iSCSI devices.

Additionally, the following restrictions apply for CBT:

  • VMware does not support enabling CBT on a VM that already has some existing snapshots. As specified by VMware, for CBT to work "the virtual machine must have zero (0) snapshots when CBT is enabled, for a clean start".
  • Prior to vSphere 6.5, the QueryChangedDiskAreas("*") returns an error if the CBT data is corrupt. This would lead to an inflated (but correct) incremental/differential backup. However, as of vSphere 6.5, the QueryChangedDiskAreas("*") no longer returns an error for corrupt CBT data, which may lead to corrupt or incomplete incremental/differential backup.

For more details on CBT, see the VMware article Changed Block Tracking (CBT) on virtual machines.

Disabling and enabling CBT for VMware globally

By default, SEP sesam enables the CBT functionality globally. CBT is enabled per virtual disk.

Information sign.png Note
Typically, there is no need to disable CBT. By disabling CBT, the respective VM's FULL/DIFF/INC backup chain is aborted without the possibility to perform subsequent DIFF and INC backups. Only COPY backups are possible which means that the whole VMDK including empty blocks (provisioned size means that the size of a backup and the size of VMDK equals) will be backed up each time.
  1. In the SEP sesam GUI, from the menu bar select Configuration -> Defaults, and then switch to tab Extras.
  2. Under the Extras options, select or deselect the check box Globally activate changed block tracking (CBT).
  3. CBT globally.jpg

CBT on Citrix XenServer

CBT support for Citrix XenServer ≥ 7.3 is available for clients with XenServer Enterprise Edition by default.

  • CBT provides incremental backup capabilities; hence, all backup levels (FULL, INC and DIFF) can be used for Citrix XenServer backups. As CBT for Citrix XenServer ≥ 7.3 is enabled by default, it can be skipped only by performing a COPY backup.
  • If you use Citrix XenServer lower than 7.3 or the server is not licensed for CBT, then only COPY backups are possible.

For details, see Citrix XenServer Backup.

There are some considerations to take into account when restoring a differential or incremental backup from Citrix Xen VM. For details, see Citrix XenServer Restore.

See also

VMware requirements & restrictionsVMware BackupVMware RestoreVMware Single File RestoreVMware Instant RecoveryCitrix XenServer BackupCitrix XenServer Restore