Last night a lot of data spontaneously disappeared from a network drive. We believe this is because of a script that runs during the build, that creates a soft link from the QB workspace to an external location.
We have a nightly process that retires obsolete configurations, and as part of that step runs "configuration.workspaceDir.deleteDir()".
We think that this delete process followed the link and deleted everything in the target location.
Is this expected behavior?
Also, when it does the delete, does it delete the workspace on just the server, or does it go to each agent and delete there as well?