Hello,
It sounds frustrating to lose important VSS history like that. There are several potential causes for the disappearance of VSS history, especially considering the tasks you performed during the organizational restructuring:
Server Reboot: Rebooting the production server can sometimes lead to the loss of shadow copies if the VSS service was not properly configured or if there were issues during the reboot process.
File Copy Using Robocopy: If Robocopy was used with certain flags, it might have affected the shadow copies. For example, using the /MIR (mirror) flag can delete files in the destination that are not present in the source, potentially impacting VSS history.
Permission Changes: Granting new permissions to folders might have inadvertently affected the VSS settings or the shadow copies themselves, especially if the permissions were not correctly applied.
VSS Configuration: It's also possible that the VSS configuration was altered or corrupted during the restructuring process. Checking the VSS settings and ensuring they are correctly configured might help prevent future issues.
Have a nice day.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.