Sync Apple Logic Pro with Dropbox
A tutorial on how to sync Apple Logic Pro files (channel strip settings, vst presets, etc) using dropbox. We do this by creating a symbolic link… some terminal stuff involved, but ultimately not tough.
In the video I show how to do it for the desktop as well… syncing the desktop of one computer to the desktop of another using dropbox.
Symlinks aren’t hard, you can do this. I’ll show you how.
Note: the simplified version is this:
- Copy the folder you want to sync from where it is into where you want it in dropbox.
e.g.,~/Library/Application Support/Logiccopied to~/Dropbox/Apps - Delete the original folder.
e.g., remove the folder inApplication Support - Symlink from Dropbox to the original folder location. (Instead of from original folder to Dropbox).
e.g.,ln -s /Users/chasereeves/Dropbox/Apps/Logic ~/Library/Application\ Support




