Sync Camino via Dropbox
How to get your camino sync on two (or more machine) via Dropbox.
I get my Camino sync between my Mac at home and work via Dropbox.
In this way Camino use as profile folder the one synced on Dropbox; when you open your Camino will be the same on both machine.
- Do a backup copy of your ~/Library/Application Support/Camino folder.
- Download and activate a Dropbox account.
- On your first machine move (not copy) your ~/Library/Application Support/Camino foder to your Dropbox folder.
- Symlink ~/Dropbox/Camino folder to ~/Library/Application Support/ with this terminal command:
ln -s /Users/<yourname>/Dropbox/Camino /Users/<yourname>/Library/Application\ Support/Camino
- Do the same symlink on your second or more machine as #4
In this way Camino use as profile folder the one synced on Dropbox; when you open your Camino will be the same on both machine.
