Last active
December 15, 2015 07:39
-
-
Save sineld/5224759 to your computer and use it in GitHub Desktop.
Sync htdocs and MySQL data with Dropbox
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
| win:# mklink /J C:\_nginx\mysql\data C:\Users\Tuana\Dropbox\Araclar\Data\db\mysql | |
| lin:# ln -s target_path link_path | |
| # http://en.wikipedia.org/wiki/Symbolic_link | |
| # centos @ dropbox | |
| $ ln -s /root/Dropbox/_webserver /var/www/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment