Configure for Transparent Access

Replacing migrated / stored files with symbolic links allows transparent access to the files after they are moved to secondary storage.

IMPORTANT 

To use symbolic links, your source storage must support remote-to-remote symbolic links.

Enable Remote Symbolic Links

1. Open a Command Prompt as an Administrator.
2. To determine if symbolic links types are disabled, enter:

fsutil behavior query SymlinkEvaluation

3. If any symbolic link types report as disabled, enter the following:

fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1

Continue with Start Using the StorCycle Solution