Skip to content

Instantly share code, notes, and snippets.

@sineld
Last active December 15, 2015 07:39
Show Gist options
  • Select an option

  • Save sineld/5224759 to your computer and use it in GitHub Desktop.

Select an option

Save sineld/5224759 to your computer and use it in GitHub Desktop.
Sync htdocs and MySQL data with Dropbox
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