Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Cloud Backup Compliance Policy Configuration File

On this page

  • Available Settings
  • Create a Configuration File

You can use a cloud backup compliance policy configuration file to specify the settings required when you update a cloud backup compliance policy using the Atlas CLI. The Atlas CLI accepts .json cloud backup compliance policy configuration files.

When you update a cloud backup compliance policy using a configuration file, you can specify any settings that are listed in Update the Backup Compliance Policy under Request Body Schema.

Follow these steps to update a cloud backup compliance policy with a configuration file:

1
  1. Navigate to the Update the Backup Compliance Policy section of the Atlas Admin API specification.

  2. Under Request samples on the right side, click Expand all.

  3. Click Copy to copy the sample request.

2
  1. Paste the sample request into a text editor and change the values to reflect your desired configuration.

  2. Save the file with a .json extension.

3

Run the atlas backups compliancePolicy setup command with the --file option.

Specify the path to the file you saved with the --file flag.

Back

Cloud Backup Schedule

Next

Atlas Data Federation