Created
December 11, 2012 07:19
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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