Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.

Select Backup File Delivery Method and Format

Overview

With Backup, you can restore from a stored snapshot or, if you are restoring a replica set, you may build a custom snapshot reflecting a different point in the last 24 hours. For all backups, restoring from a stored snapshot is faster than restoring from a custom snapshot in the last 24 hours.

Once you select a backup-enabled sharded cluster or replica set to restore, the next step is to select the delivery method and file format.

Procedures

Select Backup File via Secure HTTP (HTTPS)

In the Select Restore Destination window, select Pull via Secure HTTP (HTTPS) to create a one-time direct download link.

Select Backup File via Secure Copy (SCP)

In the Select Restore Destination window, select Push via Secure Copy (SCP). You can grant access by supplying Ops Manager with a username and password to your server, or you can provide a username and grant access via SSH public key.

To grant access via SSH public key:

1

Select the Administration tab, and then select Group Settings.

2

Scroll to the Public Key for SCP Restores setting.

3

In the Passphrase box, enter a passphrase and then click the Generate a New Public Key button.

Backup generates and displays a public key.

4

Log in to your server using the same username you will supply in your restore request.

5

Add the public key to the authorized_keys file for that user.

The authorized_keys file is often located in the ~/.ssh directory.

Important

For security reasons, you should remove this public key from the authorized_keys file once you have obtained your backup file.

Note

For security reasons, you should remove this public key from the authorized hosts file once you have obtained your backup file.

Select Backup File Format

In the Select Restore Destination window, select Individual DB Files or Archive (tar.gz) as the Format:

  • Select Individual DB Files to transmit MongoDB data files produced by Ops Manager Backup directly to the target directory. The individual database files are faster for Backup to construct, but require additional file space on the destination server. The data is compressed during transmission.
  • Select Archive (tar.gz) to deliver database files in a single tar.gz file you must extract before reconstructing databases.