---
title: "Restore a network volume from a backup"
sidebar_label: "Restore from a backup"
sidebar_position: 3
description: "How to restore from a backup to a new volume"
---

import MoreVerticalIcon from 'docs-kit/icons/more-vertical'
import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from 'docs-kit/components'

# Restore a network volume from a backup

When restoring from [network volume backups](/cloud-servers/backups/about-backups.mdx) in single-zone pools, a new volume is created with the same type and size as the original. In a [multi-zone pool](/infrastructure/locations.mdx#pool), you can create a volume of a different type and in a different pool segment when restoring from a backup.

Backup recovery time depends on the backup size. For example, a 100 GB backup will be restored in 11 minutes. During recovery, the network volume for which the backup was created will be in the `RESTORING-BACKUP` status.

You cannot restore from a backup to the original volume or to a new cloud server. The restored volume can be [attached to a cloud server](/cloud-servers/volumes/attach-detach-volume.mdx#attach-network-volume-to-server) or [used to create a new server](/cloud-servers/create/create-server.mdx).

<Tabs queryString="restore-from-backup">
  <TabItem value="usual-pools">
    <TabItemLabel>
      Single-zone pool
    </TabItemLabel>

    1. In the [Control panel](https://my.selectel.ru/vpc/default/volumes/), on the top menu, click **Products** and select **Cloud Servers**.

    2. Go to the **Backups** section.

    3. In the <MoreVerticalIcon /> backup menu, select **Restore volume from backup**.

    4. Select the [volume type](/cloud-servers/volumes/about-network-volumes.mdx#network-volume-types).

    5. Select a recovery point—this is the point in time when the backup was created.

    6. Enter a name for the new volume.

    7. Click **Create volume**.
  </TabItem>

  <TabItem value="multi-az-pool">
    <TabItemLabel>
      Multi-zone pool
    </TabItemLabel>

    1. In the [Control panel](https://my.selectel.ru/vpc/default/volumes/), on the top menu, click **Products** and select **Cloud Servers**.

    2. Go to the **Backups** section.

    3. In the <MoreVerticalIcon /> backup menu, select **Restore volume from backup**.

    4. Select the [location](/infrastructure/locations.mdx) where the volume will be restored from backup.

    5. Select the [volume type](/cloud-servers/volumes/about-network-volumes.mdx#network-volume-types).

    6. Select a recovery point—this is the point in time when the backup was created.

    7. Enter a name for the new volume.

    8. Click **Create volume**.
  </TabItem>
</Tabs>

<Formbricks />
