I have a backup solution which backs up a single folder of my hard disk. I want to "mount" files from various locations of my hard disk into this directory.
At first I tried creating symbolic links. However, when I restore the backed up folder on a different computer, it restores symbolic links that point to nowhere. Instead I would like to have the physical files restored where the original symbolic links pointed to.
With directories I can get this behavior by creating a junction instead of a symbolic link. Is there a kind of "file junction" in Windows as well?