---
title: "VMware-based Cloud Backup service description"
sidebar_label: "General information"
description: "Technical description of the service, payment, and working with the Veeam Backup Enterprise Manager portal"
sidebar_position: 1
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'

# VMware-based Cloud Backup service description

VMware-based Cloud Backup is an additional service for the VMware-based public cloud.

The service allows you to back up and restore virtual machines and entire vApps; it is not suitable for backing up Named Disks.

## Technical description \{#technical-description}

The backup repository is physically located in [Availability Zone 2](/infrastructure/locations.mdx#availability-zone).

Backup files are replicated in three independent copies.

To increase availability, all Veeam Backup & Replication™ (hereinafter VBR) infrastructure elements are duplicated or deployed in fault-tolerant virtualization environments.

The channel speed to VBR servers is not limited. Network bandwidth is up to 20 Gbps.

## Payment \{#payment}

The backup service is paid via a pay-as-you-go model. The cost of backup storage for each virtual machine and the cost of the repository space occupied by backups are deducted from the balance every hour. Traffic is not charged.

Money begins to be deducted from the balance after a backup is successfully created. Resource prices can be viewed at [selectel.ru](https://selectel.ru/services/cloud/vmware/vmware-backups/).

## Veeam Backup Enterprise Manager portal \{#veeam-backup-enterprise-manager-portal}

Backup management (creating a backup, changing the backup schedule, or restoring a required VM) is carried out through the Veeam® Backup Enterprise Manager self-service portal. Portal access is enabled automatically when [creating a virtual data center](/public-cloud/manage-public-cloud/create-virtual-data-center/).

### Authorizing on the portal \{#portal-sections}

1. In the [control panel](https://my.selectel.ru/vmware/public/default/backup), in the top menu, click **Products** and select **VMware-based Cloud**.
2. Go to the **Backup** section.
3. Click **Configure backup**. You will be redirected to the backup portal.
4. Authorize with the Cloud Director username and password.

### Portal sections \{#portal-sections}

<CustomTable>
  <table data-sticky>
    <tbody>
      <tr>
        <th>Dashboard</th><td>Statistics on objects, backup operations, and available disk space for backups</td>
      </tr>

      <tr>
        <th>Jobs</th><td>Creating and configuring backup jobs</td>
      </tr>

      <tr>
        <th>VMs</th><td>Restoring virtual machines</td>
      </tr>

      <tr>
        <th>Files</th><td>Restoring individual files</td>
      </tr>

      <tr>
        <th>Items</th><td>Application-level restoration for MS SQL Server and Oracle databases (additional configuration is required; to clarify conditions, [create a ticket](https://my.selectel.ru/tickets/create))</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

#### Dashboard section \{#dashboard}

Data on jobs is displayed as a graph with the time and date of job execution, as well as network bandwidth during job execution. Statistics for the last 24 hours and the last 7 days are available.

<CustomTable>
  <table data-sticky>
    <thead>
      <tr>
        <th>Widget</th><th>Metrics</th><th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th rowspan="3">Protected</th><td>vApps</td><td>Displays the number of vApps for which restore points were successfully created during the specified period</td>
      </tr>

      <tr>
        <td>VMs</td><td>Displays the number of VMs for which at least one restore point exists</td>
      </tr>

      <tr>
        <td>VMs size</td><td>Total size of successfully processed source virtual machines</td>
      </tr>

      <tr>
        <th rowspan="3">Jobs</th><td>Jobs</td><td>Number of jobs created by an authorized administrator</td>
      </tr>

      <tr>
        <td>Max duration</td><td>Maximum duration of operation</td>
      </tr>

      <tr>
        <td>Average speed</td><td>Average data transfer rate</td>
      </tr>

      <tr>
        <th rowspan="3">Backup Storage</th><td>Status</td><td>Repository free space status (green — more than 10% free space; yellow — less than 10%; red — no free space)</td>
      </tr>

      <tr>
        <td>Quota</td><td>Assigned quotas</td>
      </tr>

      <tr>
        <td>Used</td><td>Space occupied by backups in the repository</td>
      </tr>

      <tr>
        <th>Last 24 hours / Last 7 days</th>

        <td />

        <td>Results for the corresponding period</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
