Backup and Recovery
Backup and Recovery 7.2
Backup and Recovery 7.2
  • About Storware Backup & Recovery
  • What's new in this release
  • Overview
    • Main Features
    • Storware Backup and Recovery concepts
      • Support Matrix
      • Architecture
      • Components
      • Backup types
      • Typical Scenarios
    • Licensing
    • Product Life Cycle
  • Deployment
    • Component requirements
    • Supported platforms requirements
    • Sizing Guide
      • Small
      • Medium
      • Large
    • Installation
      • ISO-based installation
      • Quick Installation using all-in-one script
      • Installation using Ansible playbook
      • Installation with RPMs
      • Deployment in Microsoft Azure
      • Virtual Appliance
        • RHV/oVirt/OLVM Virtual Appliance
        • Citrix Hypervisor | XCP-ng Virtual Appliance
        • VMware Virtual Appliance
        • Nutanix Acropolis Hypervisor (AHV)
    • Initial Configuration
    • Backup Destinations
      • File System
        • Synthetic File System
          • XFS
          • DD Boost
          • ZFS
        • isoLayer (Synthetic)
        • File system
          • Virtual Data Optimizer (VDO)
        • Catalogic Software vStor
      • Deduplication Appliances
        • Dell EMC Data Domain
        • Huawei OceanProtect
        • HPE StoreOnce
        • Exagrid
        • Neverfail HybriStor
      • Object Storage
        • Alibaba Cloud OSS
        • AWS S3 or S3-compatible
        • Ceph Rados Gateway
        • Cloudian S3
        • Wasabi
        • Google Cloud Storage
        • IBM Cloud Object Storage
        • Microsoft Azure Blob Storage
        • Nutanix Objects
        • OpenStack SWIFT
        • Oracle Cloud Infrastructure Object Storage
        • Scality RING
      • Enterprise Backup Providers
        • Dell EMC Avamar
        • Dell EMC Networker
        • IBM Spectrum Protect
        • Micro Focus Data Protector
        • Veritas NetBackup
        • Rubrik Managed Volumes
      • Tape Pools
    • High Availability
      • 2 Node Cluster
      • 3 Node Cluster
    • Common tasks
      • Staging space configuration
      • Enabling HTTPS connectivity for nodes
      • LVM setup on Storware Backup & Recovery Node for disk attachment backup mode
      • Full versions of libvirt/qemu packages installation
      • SSH public key authentication
      • Enabling HTTP(S) Proxy for Storware Backup & Recovery
  • Protecting Virtual Environments
    • Virtual Machines
      • VMware vSphere/ESXi
      • Microsoft Hyper-V
      • Azure Stack HCI
      • Nutanix Acropolis Hypervisor (AHV)
      • Red Hat Openshift Virtualization
      • Red Hat Virtualization
      • oVirt
      • Oracle Linux Virtualization Manager
      • Proxmox VE
      • OpenStack
      • OpenNebula
      • Virtuozzo
      • Verge
      • Citrix Hypervisor (XenServer)
      • XCP-ng
      • SC//Platform
    • Cloud
      • Amazon EC2
      • GCP GCE
      • Azure Cloud
      • Zadara zCompute (Technical preview)
    • Containers
      • Kubernetes
      • Red Hat OpenShift
      • Proxmox VE
    • Backup & Restore
    • v2v migration
  • Protecting Microsoft 365
    • Microsoft 365 organization management
      • Configure Microsoft 365 access
      • Add Microsoft 365 organization manually
      • Add Microsoft 365 organization using the Setup Assistant
      • Account auto-synchronization
    • Backup & Restore
    • Suppoted Sharepoint templates, and limitations
  • Protecting file systems
  • Protecting Applications
    • Applications
      • MSSQL
      • MySQL/MariaDB
      • PostgreSQL
      • DB2
      • Oracle
      • Relax and Recover - ReaR
      • Git
      • oVirt/RHV/OLVM
      • Kubernetes/OpenShift etcd
    • Backup & Restore
  • Protecting Storage Providers
    • Storage Providers
      • Ceph RBD
      • Nutanix Files
      • Nutanix Volume Groups
    • Backup & Restore
  • Administration
    • Dashboard
    • Virtual Environments
      • Instances
        • Backup on-demand
        • Restore on-demand
        • Snapshot Management
      • Virtualization Providers
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Recovery Plans
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Storage
      • Instances
        • Backup on-demand
        • Restore on-demand
      • Infrastructure
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Cloud
      • Instances
      • Service Providers
      • Backup SLAs
        • Policies
        • Schedules
      • Download
    • Applications
      • Instances
      • Execution Configurations
      • Backup SLAs
    • Reporting
      • Virtual Environments
      • Storage
      • Microsoft 365
      • Applications
      • Notifications
      • Audit Log
    • Nodes
      • Instances
      • Node Configurations
    • Access Management
      • Users
      • Groups
      • Roles
      • OS Credentials
    • Settings
      • Global Settings
      • Internal DB Backup
      • Notification Rules
      • Mailing Lists
      • Endpoints Global Settings
    • Upgrade
    • CLI Reference
    • CLI v2 Reference
  • Integration
  • Integration Plugins
    • Red Hat Virtualization UI Plugin
    • oVirt UI Plugin
    • Oracle Linux Virtualization Manager UI Plugin
    • OpenStack UI Plugin
  • Troubleshooting
    • Enable DEBUG mode in Storware Backup and Recovery
    • Collecting logs
    • External log targets
    • Disaster Recovery
  • Known software issues and limitations
  • Glossary
Powered by GitBook
On this page
  • Before you start
  • Migration process
  • Supported operating systems
  • Red Hat Enterprise Linux
  • CentOS
  • openSUSE
  • Fedora
  • Ubuntu
  • Debian
  • Windows (backup needs to be done on shutdown source VM)
  • Supported file systems:
  • Limitations
  1. Protecting Virtual Environments

v2v migration

Storware Backup and Recovery 7.1 introduces a robust VM-to-VM (V2V) migration capability, designed to facilitate the seamless transfer of vSphere virtual machine workloads into OpenStack environments. This advanced functionality enables direct restoration of VMware virtual machine backups to OpenStack, eliminating the need for intermediary conversion tools or manual intervention.

Before you start

  • On the Node system that will be performing the migration Podman must be installed

  • Execute the following script /opt/vprotect/node/scripts/setup_v2v.sh to configure and prepare the environmant for migration process.

    What this script does:

    1. Creates the /etc/subuid and /etc/subgid files that are required to support containers in rootless mode. It adds the UID and GID range for the vprotect user. Podman uses UIDs and GIDs mapped to a higher range to avoid conflicts with real users in the system.

    2. Setting the loginctl enable-linger option for the vprotect which allows this user to run processes in the background.

    3. Checks whether hardware virtualization is available and if not, sets the LIBGUESTFS_BACKEND_SETTINGS="force_tcg" variable in the /opt/vprotect/node/vprotect.env file which forces software virtualization.

  • You need to have VMware provider added to your environment

    • You need to have a completed backup

  • You need to have OpenStack provider added to your environment

    • The import/export mode must be configured as Disk Attachment

    • The inventory synchronization process must be completed

Migration process

  1. From the main menu choose Virtual Environments -> Instances

  2. Locate the VMware virtual machine you would like to migrate

  3. From the Action menu choose Restore -> Migration (v2v)

  4. Provide the necessary information using the migration wizard

    1. General tab

      1. Select the backup to migrate

      2. Select destination virtualization provider

      3. Select the destination project name

      4. Select the destination cluster

      5. Turn on a switch button to enable virtual machine name change

    2. Storage tab

      1. Select storage for specific virtual disk images or exclude disk from the migration process

    3. Networking tab

      1. Select destination network

    4. Advanced tab

      1. Turn on a button switch to automatically delete a virtual machine if an instance with the source name already exists in the destination environment

      2. Select a flavour for the migrated instance

      3. Select the Access key for the migrated instance

    5. Summary tab

      1. Verify all provided information

  5. Click Restore

A new task will be created in the Workflow Execution Console.

Supported operating systems

Red Hat Enterprise Linux

  • Red Hat Enterprise Linux 9

  • Red Hat Enterprise Linux 8

CentOS

  • CentOS Stream 8

  • CentOS Stream 9

openSUSE

  • openSUSE Leap 15.2

  • openSUSE Leap 15.3

  • openSUSE Leap 15.4

  • openSUSE Leap 15.5

  • openSUSE Leap 15.6

Fedora

  • Fedora Server 41

Ubuntu

  • Ubuntu 22.04

  • Ubuntu 24.04

Debian

  • Debian Linux 11

  • Debian Linux 12

Windows (backup needs to be done on shutdown source VM)

  • Windows 10 Pro

  • Windows 11 Pro

  • Windows Server 2019

  • Windows Server 2022

Supported file systems:

  • xfs

  • btrfs

  • ext4

  • ntfs

  • vfat

Limitations

  • Instances with an encrypted system drive are not supported

  • Instances with TPM are not supported

  • Multi-boot instances are not supported

  • Windows machines must be powered off before the backup that will be used to v2v restore

PreviousBackup & RestoreNextProtecting Microsoft 365

Last updated 2 months ago