Configure Backups

This guide covers how to use the Configure Backup interface to manage data protection via individual configurations (BackupConfig) or broader templates (BackupBlueprint).


1. Getting Started

To begin, select Configure Backup from the left sidebar. This selection determines the available settings and workflow.

  • BackupConfig: Use this to create, delete, or modify specific backup tasks.
  • BackupBlueprint: Use this to manage high-level templates for enabling or disabling backups across multiple resources.

Configure Backup section showing BackupConfig and BackupBlueprint options


2. Managing Backup Configurations (BackupConfig)

When BackupConfig is selected, define the Select Context to indicate the specific action you wish to perform.

2.1 - Creating a New Configuration

Use this context to set up a new automated backup schedule.

Create BackupConfig form with Schedule field

  1. Select Context: Choose Create from the dropdown menu.
  2. Schedule: Enter a cron expression to define the backup frequency. For example, */15 * * * * triggers a backup every 15 minutes.
  3. Preview: Click Preview to review your settings.
  4. Submit: Once satisfied, click Submit to apply the new configuration.

Tip: The Schedule field is mandatory (marked with a red asterisk). Ensure your cron expression is valid before proceeding.

2.2 - Modifying an Existing Configuration

Use this context to update the settings or status of an active backup.

Modify BackupConfig form with Schedule and Paused toggle

  1. Select Context: Choose Modify.
  2. Select BackupConfig: Pick the specific configuration you want to edit (e.g., mongodb) from the dropdown list.
  3. Update Schedule: Change the cron expression if the backup needs to run more or less frequently.
  4. Paused Toggle: Use this switch to temporarily stop the schedule without deleting the configuration.
    • Toggle on to pause (inactive). Toggle off to resume — the backup will run according to the schedule.
  5. Preview: Click Preview to see how the changes will impact your system.
  6. Submit: Once satisfied, click Submit to apply the changes.

Submit button on the Preview page confirming the backup configuration update

Note: After every Preview, you must click Submit to save your changes. This applies across all backup operations.

Tip: On the Preview page, you can also switch to YAML or JSON view to edit your configuration directly before submitting. This is useful for making precise adjustments beyond what the form fields expose.

2.3 - Deleting a Configuration

Use this context to permanently remove a backup configuration.

Delete BackupConfig form with configuration selection

  1. Select Context: Choose Delete.
  2. Select BackupConfig: Select the configuration you wish to remove (e.g., mongodb).
  3. Finalize: Click Deploy to execute the deletion.

Warning: Unlike other contexts, this button says Deploy — clicking it will immediately apply the removal with no further confirmation.


3. Managing Backup Blueprints (BackupBlueprint)

Selecting the BackupBlueprint type allows you to toggle predefined backup templates for your environment.

BackupBlueprint panel with Enable Backup Blueprint toggle

  1. Enable Backup Blueprint Toggle: Switching on activates the selected blueprint, applying its settings to the relevant resources. Switching off deactivates it.
  2. Preview: Click Preview to confirm which configurations will be affected before the change takes effect.
  3. Submit: Once satisfied, click Submit to apply the blueprint change.

Quick Reference

ActionHow to do it
Create a backup scheduleBackupConfigCreate → set Schedule → PreviewSubmit
Modify an existing backupBackupConfigModify → choose config → update settings → PreviewSubmit
Delete a backup configBackupConfigDelete → choose config → Deploy
Enable/disable a blueprintBackupBlueprint → toggle Enable Backup BlueprintPreviewSubmit