up vote 6 down vote favorite
5
share [g+] share [fb]

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.

link|improve this question

62% accept rate
The current beta's for Dropbox in the 0.8 series now support selective sync. You can find a copy here - forums.dropbox.com – Pauk Jul 14 '10 at 8:21
feedback

3 Answers

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)
link|improve this answer
OK, but in the meantime is there any(possibly hacky) workaround. I'm thinking some way to fool the OS into thinking it's writing files but really throwing them away? Sounds like something Linux would be good at :) – JoelFan Oct 18 '09 at 23:00
Create the pictures folder and take off write permissions for it? Depending on how dropbox processes the sync (eg. alphabetically) you could change the picture folder name to start with Z for example, then after it processes everything else it will be denied write permissions and hopefully stop there. – John T Oct 18 '09 at 23:23
2  
I was thinking of another idea... what about share only a certain folder with another user, i.e. another of my email addresses? – JoelFan Oct 19 '09 at 1:18
The feature disappeared from John T's Votebox link, but it looks like it's still not available. Any better workarounds yet? – Miss Cellanie Feb 4 '10 at 19:48
feedback

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.

link|improve this answer
feedback

This is coming from a *nix noob, however couldn't you make a symlink to /dev/null with the name of your picture folder?

However, this may have the unfortunate side-effect of forcing you to download 100gb of pictures every boot, and I don't know if you can stop it!! A folder full of empty files wouldn't pass the updating checks, either, so it looks like you really do need to wait for the client to update.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.