Differential backup merge - Printable Version +- Hasleo Software Forums (https://www.easyuefi.com/forums) +-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1) +--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10) +--- Thread: Differential backup merge (/showthread.php?tid=1540) |
Differential backup merge - maxhgm - 09-19-2023 Why do differential backups merge when an older one is discarded due to the 'keep n last' rule? This merging makes sense for incremental backups, but why does it apply to differentials too? RE: Differential backup merge - admin - 09-19-2023 (09-19-2023, 08:48 AM)maxhgm Wrote: Why do differential backups merge when an older one is discarded due to the 'keep n last' rule? This merging makes sense for incremental backups, but why does it apply to differentials too? I'm sorry, in order to be able to check the integrity of the image sequence when checking the backup image files, all backup versions store information for all previous backup versions. For example, the user makes a backup sequence as follows: V1 Full V2 Differential V3 Differential V4 Differential V5 Differential V6 Differential ... If the information of V1~V3 is not saved in V4, the program will not be able to detect the abnormal loss of V2 and V3. Although the loss of V2 and V3 does not affect the restoration of data from V4 and subsequent backup versions (V5, V6...), but the program needs to report the loss of V2 and V3 to the user when performing image checking. Therefore, when Hasleo Backup Suite merges V2 and V3 in the backup sequence, it will correct the information of the previous versions stored in the subsequent versions. |