How to run Multiple Dropbox on a macOS and start it on login

Today I was having the challenge to run multiple Dropbox to run on my mac.  So, let us see how we can run a second dropbox on your mac and start on login

Create Dropbox2 Launcher App

  1. Create a folder in your Home directory with name “Dropbox2”. This will be the location of the new dropbox will sync to.
  2. Now, Launch Automator App fr
    Once launched, choose the type of the document as Application.
  3. Now search for “run shell script” and double click on it.
  4. Now copy paste the below script in it.
    #bin/bash
    HOME=$HOME/Dropbox2 /Applications/Dropbox.app/Contents/MacOS/Dropbox&
    exit 0
  5. Now save it and select Application folder, and save it with name “dropbox2”

Thats it.

Now, you can open Launchpad and you will be able to see the app with name dropbox2. You can click on it to start the application.

 

How to start dropbox2 on Login

 

  1. If you want to start the dropbox2 on boot, please go ahead and click on the user icon and select “User & Groups Preference”
  2. Then click on the login items.
  3. Clik on the + Button,
  4. Then select Application >> Dropbox2 and click “Add”.

    Done.Now the dropbox2 will start on your login. You can repeat the steps to add as many dropbox you want. Enjoy 🙂
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
Scroll to Top