How to sync only certain folders on Dropbox
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Ocean Floor
--
Chapters
00:00 How To Sync Only Certain Folders On Dropbox
00:31 Accepted Answer Score 6
01:53 Answer 2 Score 4
02:27 Answer 3 Score 3
02:59 Answer 4 Score 0
03:34 Thank you
--
Full question
https://superuser.com/questions/57098/ho...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #ubuntu #sync #dropbox
#avk47
ACCEPTED ANSWER
Score 6
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.
- Click on the Dropbox icon from the system tray
- Select Preferences
- Click the Advanced tab
- Click the Selective Sync button
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.
ANSWER 2
Score 4
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)
ANSWER 3
Score 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.
ANSWER 4
Score 0
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.