Windows 10: Symbolic links inside linked folder

Discus and support Symbolic links inside linked folder in Windows 10 Network and Sharing to solve the problem; Hi I'm creating symbolic links of one folder (Missions folder) to server so that the server can load the missions from the linked folder and this... Discussion in 'Windows 10 Network and Sharing' started by coder789, Jul 23, 2019.

  1. coder789 Win User

    Symbolic links inside linked folder


    Hi

    I'm creating symbolic links of one folder (Missions folder) to server so that the server can load the missions from the linked folder and this works. But the problem is that when I create symbolic links inside the sub folders (of Missions folder) then the server fails to load those sub folders folders.


    I made pic to demonstrate this problem, the link's here. The red is the Missions folder link to server folder and the Mis A sub folder contents are symbolic linked to Mis B & Mis C folders (blue line) . But server fails to load the B & C subfolders, only the sub folder Mis A can be loaded by the server.

    Does anyone know why it doesn't work?


    thanks!

    :)
     
    coder789, Jul 23, 2019
    #1
  2. Bree Win User

    Exclude folder form Symbolic link ?


    Xcopy and Robocopy are not third party apps - they are Windows 10 command line utilities, presumably being used here to make backup copies of user files. I wrote my own .bat file using Robocopy that does full or incremental backups of my user folder to an external or network drive of my choice. I very soon learned the perils of Robocopy and symbolic links...
    The dangers of robocopy and symbolic links

    The switch I had to use for Robocopy is:
    /XJD :: eXclude Junction points for Directories.

    This one may be of use to @JerometheGiraff:
    /SL :: copy symbolic links versus the target.

    You could try combining that with...
    /XD dirs [dirs]... :: eXclude Directories matching given names/paths.
    ...but I'm not sure if that applies to symbolic links.

    Get to Know Robocopy for More Powerful File Management
    Robocopy and a Few Examples
    Type Robocopy /? in a command prompt for the full list of options or see:
    https://technet.microsoft.com/en-gb/...mands/robocopy

    Xcopy is far older than Robocopy and dates back to DOS 3.2. It supports the options:

    /EXCLUDE:file1[+file2][+file3]...
    Specifies a list of files containing strings. Each string should be in a separate line in the files. When any of the
    strings match any part of the absolute path of the file to be copied, that file will be excluded from being copied. For example, specifying a string like \obj\ or .obj will exclude all files underneath the directory obj or all files with the .obj extension respectively.
    ....
    /B Copies the Symbolic Link itself versus the target of the link.

    Type Xcopy /? for the full list.
     
  3. Exclude folder form Symbolic link ?


    Can I use Xcopy / Robocopy to create not only a symbolic link but exclude a folder from the symbolic link creation ?
     
    JerometheGiraff, Jul 23, 2019
    #3
  4. dalchina Win User

    Symbolic links inside linked folder

    Symbolic Links (Soft Links)


    Hi, don't know if this is any help:
    Link Shell Extension

    - clearly by someone with a very detailed understanding.
     
    dalchina, Jul 23, 2019
    #4
Thema:

Symbolic links inside linked folder

Loading...
  1. Symbolic links inside linked folder - Similar Threads - Symbolic links inside

  2. Symbolic links/Folder links

    in Windows 10 Network and Sharing
    Symbolic links/Folder links: Apologies for the long introcution first; I have read a number of questions and answers relating to symbolic links with interest, and have noted that del, rmdir mklink, file explorer are all dangerous tools to use in order to remove a symbolic link. I had a PC with several...
  3. Symbolic links/Folder links

    in Windows 10 Gaming
    Symbolic links/Folder links: Apologies for the long introcution first; I have read a number of questions and answers relating to symbolic links with interest, and have noted that del, rmdir mklink, file explorer are all dangerous tools to use in order to remove a symbolic link. I had a PC with several...
  4. Symbolic links/Folder links

    in Windows 10 Software and Apps
    Symbolic links/Folder links: Apologies for the long introcution first; I have read a number of questions and answers relating to symbolic links with interest, and have noted that del, rmdir mklink, file explorer are all dangerous tools to use in order to remove a symbolic link. I had a PC with several...
  5. Symbolic link deletion

    in Windows 10 Updates and Activation
    Symbolic link deletion: Hello,I am having an issue. When I have tried to remove symlink using commands del, mkdir, unlink etc, they not helped to unlink. Either access is denied or file is not ok. I can't create and create a new symlink....
  6. Syncing folders using symbolic links

    in Windows 10 Network and Sharing
    Syncing folders using symbolic links: Hi everyone! I have a question about symbolic links on Windows 10. How can I sync folders using the function "mklink" CMD, and point to a folder which already exists, without creating a new folder? is it even possible? Because when I create a symbolic link in that way, it...
  7. Dealing with Symbolic Links & Backing Up User Folder

    in Windows 10 Network and Sharing
    Dealing with Symbolic Links & Backing Up User Folder: Reference posts: https://answers.microsoft.com/en-us/windows/forum/all/how-does-windows-7-backup-treat-symbolic-links/dce802f0-e043-445f-8462-70fc15c0872e...
  8. Need help with symbolic links

    in Windows 10 Support
    Need help with symbolic links: Windows 10, build 19041.329 I am trying to set up a computer with Windows 10. The problem I am having is this: After I installed Windows 10, I then followed the advice given here, How to move user folders to different location on Windows 10 | Windows Central, to move all of...
  9. Symbolic Links (Soft Links)

    in Windows 10 Support
    Symbolic Links (Soft Links): Greetings, I have a large number of symbolic links (soft links) on my PC that I want to migrate to a new machine with an identical directory structure. When I use various backup or copy programs that clone files (bit copy), the symbolic links do not work on the target...
  10. Exclude folder form Symbolic link ?

    in Windows 10 Support
    Exclude folder form Symbolic link ?: Can I use Xcopy / Robocopy to create not only a symbolic link but exclude a folder from the symbolic link creation ? 80242

Users found this page by searching for:

  1. robocopy symlinkd example