Have you tried to place your Dropbox folder on network (NAS) drive? Dropbox don’t allow it directly, but there is hack…
To move your Dropbox folder to network drive follow theese steps:
- Turn off Dropbox
- Move your Dropbox folder to your network drive. For example from C:\Users\iwik\Dropbox to H:\Dropbox
- Make symbolic link using command bellow
. Run ‘cmd’ as administrator and enter
cd C:\Users\iwik mklink /D Dropbox H:\Dropbox
Done!