Skip to main content

How to manually backup an OpenStack virtual machine

If you want to backup virtual machines at a given point in time, you can trigger an on-demand manual backup for an OpenStack virtual machine. After the manual backup is complete, the next backup happens as per the schedule defined in the backup policy.

Considerations

  • Manual backups ignore backup window restrictions defined in the policy and run until completed.

  • Manual backups consume all available bandwidth and do not apply policy bandwidth throttling limits.

  • Before initiating a backup or restore, the system checks current usage against absolute limits to evaluate the target project's quotas. To proceed, the available quota (Total Project Limit – Current Project Usage) must meet the following requirements for Backup Operations (Cinder Project Quotas).

    To successfully back up a virtual machine, the target project must have sufficient Cinder (storage) capacity available. For a VM with n volumes and a total allocated disk size of x GB, the project quota must have:

    • Snapshots: At least n available snapshots.

    • Volumes: At least n available volumes.

    • Storage (Gigabytes): Available capacity equal to at least twice the total volume size, plus an additional 10% grace margin:
      Required Storage Quota - (x * 2) + 10%

Procedure

  1. Log in to the Management Console.

  2. Select your Organization from the top menu bar (if applicable).

  3. Navigate to Protect > OpenStack.

  4. Select the target project/region from the left navigation pane.

  5. In the left navigation pane, click Configured VMs.

  6. Select the checkbox next to the OpenStack virtual machine(s) you want to backup.

  7. Click Backup Now and confirm the prompt.
    The backup job initiates immediately. You can track progress, and status on the OpenStack All Jobs page.

Did this answer your question?