Backup My Org Installation Guide

This guide is for installing Backup My Org on local machines and web servers. If you already have Backup My Org installed, and need to update to the latest version, click HERE.

WARNING: DO NOT UPDATE MONGO DB AFTER INSTALLING BACKUP MY ORG. DOING SO WILL REMOVE REFERENCES TO ALL BACKUPS IN BACKUP MY ORG. PLEASE REFER TO Restoring the MongoDB database for GEO Jobe's ABCs of GIS DOCUMENT IF YOU PLAN TO DO THIS.

Instructions

System Requirements

  • Windows 64 bit machine

    • Windows Server 2016 or higher OR Windows 10 or higher personal computers

  • MongoDB Installation

  • .NET Framework 4.6 or higher

Machine Specifications and Storage Capacity (Recommended)

  • Less than 10,000 items in organization:

    • 1+ TB HD

    • 4-core processor

    • 16 GB RAM for optimal performance

  • Greater than 10,000 items in organization:

    • 2-4+ TB HD (depending on organization size)

    • 8-core processor

    • 16 GB RAM for optimal performance

Install for Local Machines

  1. Unzip the BackupMyOrg-x.x.zip archive into the desired directory. Be sure your windows file path is less than 256 characters when extracting our products otherwise there may be failures when unzipping the files.

  2. In the unzipped /installs folder, install MongoDB:

    • Be sure to keep the checkbox to allow MongoDB to be run as a service.

    • You can uncheck the install option for installing MongoDB Compass (if desired)

  3. Once MongoDB has been installed, you can go to the config/nodeconfig.json file to change any server settings before running. Here you can change settings for:

    • The port that will be used

    • Using HTTP or HTTPS

    • MongoDB Settings

    • Whether or not login credentials will be used

    • Default admin email

    • Level of server logs

    • Log size max

    • Whether resolution options will be allowed from the app

  4. BackupMyOrg is ready to run. In the main unzipped folder, click on Backupmyorg.exe. This will launch the BackupMyOrg server application.

(NOTE: Closing the app or shutting down your computer during a scan will cause the scan to fail. In order to use the ‘Scheduled Backup’ functionality, Backup My Org must always run in the background.)

 

  1. Once the app is running in the background, open a web browser and type http://localhost:8500 into your URL bar. This will start the BackupMyOrg client interface. From here, you can set up Mail Settings by clicking the cog in the top right. You can also set up your Identities on the Manage Identities page.

(NOTE: For convenience, there is also a bmolocal.bat file that can be run in the same directory. This will start the BackupMyOrg.exe server, then open a Chrome browser to http://localhost:8500. This file can be copied as a shortcut and placed on your desktop.)

Additional Notes when Installing for Local Machines

HTTP Setup

If you have an “https” connector associated with BackupMyOrg or CleanMyOrg and edited the nodeconfig.json file detailed in Step 3, then please refer to the following guide in order to properly configure it. Running Backup My Org or Clean My Org as HTTPS

Permissions issue from non-qualified devices, paths, or files

Install for Web Servers

  1. Unzip the BackupMyOrg-x.x.zip archive into the desired directory. Be sure your windows file path is less than 256 characters when extracting our products otherwise there may be failures when unzipping the files.

  2. In the unzipped /installs folder, install MongoDB:

    • Be sure to keep the checkbox to allow MongoDB to be run as a service.

    • You can uncheck the install option for installing MongoDB Compass (if desired)

  3. Once MongoDB has been installed, you can go to the config/nodeconfig.json file to change any server settings before running. Here you can change settings for:

    • The port that will be used

    • Using HTTP or HTTPS

    • MongoDB Settings

    • Whether or not login credentials will be used

    • Default admin email

    • Level of server logs

    • Log size max

    • Whether resolution options will be allowed from the app

  4. Set up BackupMyOrg as a service.

    1. Open a Command Console by going to the Windows Start menu search “run” and type “cmd”

    2. Navigate to the installs directory of BackupMyOrg by typing this into the command console:

      cd \D your_BMO_directory_location\installs (Example: cd \D C:\BackupMyOrg\installs)
    3. Then type in: nssm install "BackupMyOrg Server"

    4. After the nssm service installer has opened, click on the box next to Application Path and navigate to the BackupMyOrg base folder and click on Backupmyorg.exe

    5. If you are using IWA Authentication for an identity:

      1. Click on the Log On tab and select the This Account option.

      2. Use the account and password that will have administrator privileges to your organization.

    6. Once you are finished making changes, click the Install Service button.

      1. As a note, the service can later be removed by running: nssm remove "BackupMyOrg Server"

      2. To edit the service: nssm edit "BackupMyOrg Server"

  5. To make BackupMyOrg available outside of this machine, you will need to open up TCP port 8500 in your router settings.

  6. Once the app is running in the background, open a web browser and type http://yourwebsitedomain:8500

Additional Notes when Installing for Web Server

 

This will start the BackupMyOrg client interface. From here you can set up Mail Settings by clicking the cog icon in the top right, and set up your Identities on the Manage Identities page. For more information on this, see Setting Up Email Options In Backup My Org.


Related Articles

Best Practices for Cloning and Restoring (Backup My Org)

How to Enable ArcGIS Login and Create Managed Roles in Backup My Org

How To Set Up Identities In Backup My Org or Clean My Org

Creating ArcGIS Enterprise App ID/Online Client ID and Configuring Redirects

How to Update Backup My Org or Clean My Org from an Older Version