Hacker News new | ask | show | jobs
by flurdy 3276 days ago
> 2. You can only sync a single folder, which is really limiting

That is easily worked around as Dropbox follows symlinks.

E.g on my desktop ~/Dropbox is on a small SSD so on that machine ~/Dropbox/Photos is a symlink to a folder on my large capacity HDD.

> 4.

Perhaps you already aware of the symlink solution :) It works for me, but is a little hacky. And you need to make sure dropbox is not running when moving and soft linking folders.

1 comments

> That is easily worked around as Dropbox follows symlinks

Not on Windows :(

You're sure a well-placed `mklink` won't do the trick?
Yes, I did try this but it didn't work