Is it possible copy symlinks as symlinks and not transform symlink into referent file/dir?
I have some link that point to root files and so the sync fail.
Is it possible copy symlinks as symlinks and not transform symlink into referent file/dir?
I have some link that point to root files and so the sync fail.
@fedele.mantuano: Are you trying to move the Insync folder using the Insync on Windows? If yes, then please note that Insync tries to recreate junctions to directories for you but it does not attempt to recreate the symlinks (as it requires admin rights) but throws error and does not move the Insync folder if any symlinks are found. It doesn’t tansform symlink into file/dir though.
What you can do is
For files:
MKLINK “[source_path]” [“target_path”]
for directories:
MKLINK /D “[source_path]” “[target_path]”
If it is not something you are trying to achieve or if you haven’t understood the process completely, please write to us at support@insynchq.com and we will assist you with it over the remote desktop support session.
Thanks
Sorry I’m using Debian. Now I’m ignoring that folder, but I’d like sync symlink. Is it possible?
@fedele.mantuano: Apologies but this isn’t implemented yet.
Is this feature in roadmap?
@fedele.mantuano: Not in the near future unfortunately.