Syncing Junctions to directories should not require admin

Discuss new features and functions
Posts: 2
Joined: 23 Nov 2020

c33s

of course it is required to be admin or to have set the privilege to create symlinks if i want to copy (create) symlinks.

but this is not required for directory junctions. junctions can be created without this privilege. it would be good to not require admin to create this directory junctions as it is simply not required.
mklink /J /D mylinkname .\target
Junction created for mylinkname <<===>> .\target
 Directory of C:\test

23.11.2020  19:35    <DIR>          .
23.11.2020  19:35    <DIR>          ..
23.11.2020  19:35    <JUNCTION>     mylinkname [C:\test\target]
23.11.2020  19:35    <DIR>          target
               0 File(s)              0 bytes
i fear if i start the program in admin mode that my junctions are not preserved because they are replaced with symlinks. would really prefer to keep them as real junctions. currently i loose all my junctions in the backup process (sync)

please preserve junctions as junctions and don't require admin to create them


edit: awesome program! :D