Hy!
I am testing the Entire VM Restore with Quick Rollback. With the Quick Rollback option only restore the changed data block when different from the last backup. I create a incremental backup on a VM, and after it remove the C:\Windows\System32\winlogon.exe and winload.efi to make a mistake during boot. (create a wrong VM:) ) Thios two file size is about 3Mb. When I do an Entire VM Restore with Quick Rollback, I noticed, that the restored data is 1.6Gb. Why? Why not only 3Mb?
Thanks.
-
- Veteran
- Posts: 316
- Liked: 22 times
- Joined: Dec 01, 2019 7:27 pm
- Contact:
-
- Product Manager
- Posts: 10155
- Liked: 2710 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Entire VM restore with Quick Rollback question
Hi Adam
There are many more blocks rewritten in a windows machine than just the ones you edit or remove.
We have eventlogs, we have cache files, we have config files. And each application that is running also have their files changed all the times. They all have to be rolled back in a vm restore.
Thanks
Fabian
There are many more blocks rewritten in a windows machine than just the ones you edit or remove.
We have eventlogs, we have cache files, we have config files. And each application that is running also have their files changed all the times. They all have to be rolled back in a vm restore.
Thanks
Fabian
Product Management Analyst @ Veeam Software
-
- Veteran
- Posts: 316
- Liked: 22 times
- Joined: Dec 01, 2019 7:27 pm
- Contact:
Re: Entire VM restore with Quick Rollback question
Ohh, thanks, its clear for me.