
Just imagine stepping away from your iMac and opening your MacBook at the coffee shop to have all of your important files, even your desktop, synced right over. This isn't just a handy cloud back-up and storage tool - you can also use Dropbox to sync files between multiple Macs.
Dropbox will start uploading your symlinked folders. To create a symlink to a folder or file with a space in its name, put a backslash before the space, like so: ln -s ~/Documents/Star Trek Aldrin. To create a symlink to any other folder or file, simply type its file path after ln -s ~/FilePathGoesHere - this is useful for if you want to back up most your Documents folder, but not necessarily everything in there (for instance, a 30GB Windows virtual machine from Parallels). To create a symlink to your Documents folder, type ln -s ~/Documents.
To create a symlink to your Desktop, type ln -s ~/Desktop. A folder will appear in your Dropbox folder with the alias/shortcut arrow and it will immediately begin uploading. Create your symbolic link by typing ln -s ~/FolderNameHere and hitting return. A new line in Terminal will appear that's Your-Computer-Name:Dropbox YourUserName$ Navigate in Terminal to your Dropbox folder by typing cd /Users/YourMacUsernameHere/Dropbox and then hitting return. Once you've got the Dropbox app up and running, open Terminal. Download and install the Dropbox app from the Dropbox website (download will start automatically).
Create google doc folder shortcut on mac desktop how to#
How to sync folders on your Mac to Dropbox Set and practice good security and be conscious of what you're doing with your files and you'll be in good shape - and your files will be there for you whenever and wherever you need them.