Guys i have a folder in C:\Users\root\AppData\Roaming\ , i need it to be synced with GDrive or dropbox without moving it from there. How can i do this?
ctrl c + ctrl v tha folderi have installed both of the applications, what i need is to sync a folder outside dropbox and gdrive folders
I don't think anyone has a sensible answer.
So here's is what I always do.
- Copy /appdata/roaming/ folder into Dropbox say, D:\DropBox\roaming
- Then delete the original C:\...\roaming\ folder
- After that You have to create a symlink/junction from D:\DropBox\roaming to C:\Users\root\AppData\Roaming\
- I use this tool : http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html
- NOTE : sometimes files don't sync if you just create the junction from the Original folder to Dropbox ( I don't know why) You can always give it a try. Just create a juction from appdata/roaming/ into Dropbox/roaming and see what happens.