|
Feature REQUESTS - Printable Version +- Hasleo Software Forums (https://www.easyuefi.com/forums) +-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forum-1.html) +--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forum-10.html) +--- Thread: Feature REQUESTS (/thread-1262.html) |
RE: Feature REQUESTS - chmichael - 02-19-2026 REQUEST: in restore add a checkbox to Show only the files that are backedup/changed. RE: Feature REQUESTS - admin - 02-22-2026 (02-19-2026, 10:59 AM)chmichael Wrote: REQUEST: in restore add a checkbox to Show only the files that are backedup/changed. I'm sorry to say this doesn't seem possible, as disk backups do not compare files. RE: Feature REQUESTS - n8chavez - 02-23-2026 When an image looks at what's changed and what already exists, for delta restore purposes, HBS is looking at the altered blocks right? That's not the same things as altered files. So, it seems there's no way to determine what files are on those changed blocks, only that the block have indeed been altered from the previous backup image. Is that correct? RE: Feature REQUESTS - admin - 02-23-2026 (02-23-2026, 04:55 AM)n8chavez Wrote: When an image looks at what's changed and what already exists, for delta restore purposes, HBS is looking at the altered blocks right? That's not the same things as altered files. So, it seems there's no way to determine what files are on those changed blocks, only that the block have indeed been altered from the previous backup image. Yes, your understanding is correct, disk backup focuses on changed data blocks rather than changed files. Of course, the program can reverse-lookup the changed files based on the changed data blocks, but this is complex and time-consuming, and I don't think it's a good design. Besides, we still have more important features to complete at the moment. |