How to sync only certain folders on Dropbox

I have a desktop machine with plenty of space with Dropbox set up. I also have a netbook with limited space. Is there any way to set up my netbook to sync only with certain folders in my Dropbox (i.e., sync my 10 MB of documents not my 100 GB of pictures). I also have some Ubuntu machines and some Windows machines so advice for both would be welcome.


Solution 1:

The current version of Dropbox suports selective sync, it is explained in the dropbox help. Here's how to do it, check the help link for more advanced cases.

  1. Click on the Dropbox icon from the system tray
  2. Select Preferences
  3. Click the Advanced tab
  4. Click the Selective Sync button

Selective sync

A window will appear with a list of all the top level folders in your Dropbox folder. The folders with a check next to them will be synced to your computer. Uncheck any folders that you don't need to sync to your computer's hard drive. When you're done, select OK. Any folders you deselected will be removed from your hard drive, but will still be available through the website and on any computers linked to your Dropbox account.

Use the Advanced View button to drill down into the folders in your Dropbox. Click on the arrow next to the folders in your Dropbox to drill down and check or uncheck folders deep within your Dropbox hierarchy.

Solution 2:

Not yet, but it's an upcoming feature!

on the client:

  • LAN P2P sync optimizations (i.e. dropboxes on the same network will exchange blocks locally instead of downloading from the server)
  • selective sync (i.e. the ability to exclude paths from syncing to specific computers)
  • significant performance improvements when moving around/manipulating large numbers of files (needed before we unveil the ability to sync any folder)

Solution 3:

One way to sync multiple folders in the current version is symlinks. You can create a symlink on the command line by typing:

mklink /d somefolder c:\path\to\somefolder

Just create one symlink per folder you want to include, an they will show up in your My Dropbox folder as shortcuts. I use this to sync most of my user directory, but not my music folder, for example.