Default Changed Block Tracking Mechanism
Veeam Agent for Microsoft Windows performs the changed block tracking differently depending on the backup type:
- During the full backup job session, Veeam Agent reads the Master File Table (MFT) of the backed-up volume. Veeam Agent uses MFT records to create digests with file system metadata, transfers the created digests to the target location and stores them to the resulting backup file.
- During subsequent incremental job sessions, Veeam Agent performs the following operations:
- Reads the Master File Table (MFT) of the backed-up volume and creates the new digests with file system metadata.
- Interacts with the target backup location to obtain digests from the backup file that was created during the previous job session.
- Compares new and previous digests to detect files whose data blocks have changed on the volume since the previous job session.
|
Veeam Agent for Microsoft Windows uses the default CBT mechanism for NTFS volumes only. As a result, for volumes that use other file systems, incremental backup will require greater time, because Veeam Agent for Microsoft Windows will read all data from the VSS snapshot to detect what blocks have changed since the last job session. |
- During the full backup job session, Veeam Agent creates a new NTFS partition in the backup file. Veeam Agent uses this partition to store all backed-up files and folders.
- During subsequent incremental job sessions, Veeam Agent performs the following operations:
- Compares the last modification time attribute of files on the Veeam Agent computer and files in the backup. This operation allows Veeam Agent to detect files that have changed since the previous job session.
- Transfers data blocks that contain metadata related to each changed file and its parent folders from the target backup location to the Veeam Agent computer.
- Replaces file system metadata in the downloaded data blocks with the current file system metadata.
- Transfers data blocks with current metadata from the Veeam Agent computer to the target backup location along with changed files. In the target backup location, Veeam Agent stores data and metadata to the newly created backup file.
|
Consider the following:
|