ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows 10 Junction on UNC path

    Scheduled Pinned Locked Moved Unsolved IT Discussion
    crashplan prosymlinkwindows 10
    16 Posts 7 Posters 9.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • black3dynamiteB
      black3dynamite
      last edited by

      Already tried mklink /h?

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @black3dynamite
        last edited by

        @black3dynamite said in Windows 10 Junction on UNC path:

        Already tried mklink /h?

        That results in: Local NTFS volumes are required to complete the operation.

        Using UNC or mapped drive letter.

        Found an old post on here, and I used /D in that example.

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by JaredBusch

          When using /D, Windows works as expected, but Crashplan shows it as a 0 byte file.

          afd35743-715d-4917-a54f-17856393245c-image.png

          1 Reply Last reply Reply Quote 0
          • J
            JasGot
            last edited by JasGot

            My hunch is that your symlinks are not fully enabled.

            Run this on the both sides (your computer running crashplan, and also the server you want your backups to reside on)

            fsutil behavior query SymlinkEvaluation
            

            You will likely find this:
            Local to local symbolic links are enabled.
            Local to remote symbolic links are enabled.
            Remote to local symbolic links are disabled.
            Remote to remote symbolic links are disabled.

            The "remote to" are your problem.

            Run this to enable them:

            fsutil behavior set SymlinkEvaluation R2R:1
            

            The quick way through is to just run this on both, but you may wish to run it on your workstation and try the backup, and then run it on your server is it still doesn't work.

            If this is a complete failure, I apologize 😉

            Edit: R2L at the other end....

            black3dynamiteB JaredBuschJ 2 Replies Last reply Reply Quote 1
            • black3dynamiteB
              black3dynamite @JasGot
              last edited by

              @JasGot said in Windows 10 Junction on UNC path:

              My hunch is that your symlinks are not fully enabled.

              Run this on the both sides (your computer running crashplan, and also the server you want your backups to reside on)

              fsutil behavior query SymlinkEvaluation
              

              You will likely find this:
              Local to local symbolic links are enabled.
              Local to remote symbolic links are enabled.
              Remote to local symbolic links are disabled.
              Remote to remote symbolic links are disabled.

              The "remote to" are your problem.

              Run this to enable them:

              fsutil behavior set SymlinkEvaluation R2R:1
              

              The quick way through is to just run this on both, but you may wish to run it on your workstation and try the backup, and then run it on your server is it still doesn't work.

              If this is a complete failure, I apologize 😉

              Edit: R2L at the other end....

              Why isn't "Remote to" not enabled by default? Security?

              1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @JasGot
                last edited by JaredBusch

                @JasGot said in Windows 10 Junction on UNC path:

                My hunch is that your symlinks are not fully enabled.

                Run this on the both sides (your computer running crashplan, and also the server you want your backups to reside on)

                fsutil behavior query SymlinkEvaluation
                

                You will likely find this:
                Local to local symbolic links are enabled.
                Local to remote symbolic links are enabled.
                Remote to local symbolic links are disabled.
                Remote to remote symbolic links are disabled.

                The "remote to" are your problem.

                Run this to enable them:

                fsutil behavior set SymlinkEvaluation R2R:1
                

                The quick way through is to just run this on both, but you may wish to run it on your workstation and try the backup, and then run it on your server is it still doesn't work.

                If this is a complete failure, I apologize 😉

                Edit: R2L at the other end....

                No difference, but seriously good idea to check. Thanks.

                1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch
                  last edited by

                  Yes, I can copy the files to the local machine and let the backup take it from there. But I never had to previously. It, the script to copy the files, would just be one more point of failure.

                  1 Reply Last reply Reply Quote 0
                  • P
                    pirho99
                    last edited by

                    @JaredBusch
                    You can use BareMetal VHD loader to mount a vhd/vhdx on a network drive at startup, and Crashplan will see that as a local drive. link

                    1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre
                      last edited by

                      Is Crashplan running as a particular user?

                      If it's running as "System", it won't see the junction, will it?

                      1 Reply Last reply Reply Quote 0
                      • M
                        marcinozga
                        last edited by marcinozga

                        Ok, so junction points don't support mapping to network path, symlinks do, and hardlinks can only be created for files, not folders. Try creating symlink and then create junction to the symlink and see if Crashplan can be fooled that way. So mklink /D C:\fake-Backup \\server01\Share\Subfolder and mklink /J c:\backup c:\fake-backup .

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post