Forum Discussion
Sync local files to Sharepoint
- Sep 27, 2018
Hi Sandro Clz,
What can I tell you about this solution?!
It works for me and with it we can make an automatic backup of our local CAD files to OneDrive4B.
But you have to make sure a user is logged on and the OneDrive Sync Client is started. -> I think this was the biggest Problem on a Server.
But when you log on after a reboot and start the OneDrive Sync Client, then it works.
We had only problems with very long file names / path or special files they can’t sync with OneDrive (like .exe)
We use this command to make the symbolic link:
mklink /j c:\RedirectedFolder "%userprofile%\OneDrive - xyz\FolderToRedirect"
But I don’t know how it work when you share this folder.
Good luck
- Sandro ClzSep 21, 2018Copper Contributor
Hi Juan Carlos,
What you're saying is that I can sync my network share folder directly to Sharepoint? I do not care where the files are "living" as long as they're on both places synchronized.
Sandro