Skip to content

Instantly share code, notes, and snippets.

@cliftonlabrum
Created December 11, 2012 07:19
Show Gist options
  • Save cliftonlabrum/4256540 to your computer and use it in GitHub Desktop.
Save cliftonlabrum/4256540 to your computer and use it in GitHub Desktop.
Sync Files and Folders to Dropbox from Other Places on your Hard Drive
Use the ln command, for example:
ln -s /path/to/desired-folder ~/Dropbox/desired-folder
This works with files too:
ln -s /path/to/desired-file ~/Dropbox/desired-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment