NetBackup™ for OpenStack Administrator's Guide
- Introduction
- Deploying NetBackup for OpenStack
- Requirements
- NetBackup for OpenStack network considerations
- Preparing the installation
- Spinning up the NetBackup for OpenStack virtual machine
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla
- Pushing NetBackup for OpenStack images to the local registry
- Installing on RHOSP
- Configuring NetBackup for OpenStack
- Post Installation Health-Check
- Uninstalling NetBackup for OpenStack
- Uninstalling from RHOSP
- Uninstalling from Ansible OpenStack
- Uninstalling from Kolla Openstack
- Uninstalling from RHOSP
- Upgrading NetBackup for OpenStack
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup primary server
- NetBackup for OpenStack protections
- Performing snapshots, backups, and restores of OpenStack
- About restores
- Required restore.json file for CLI
- About schedules
- Performing Backup Administration tasks
- Disaster recovery
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
Selective restore
The selective restore is the most complex restore NetBackup for OpenStack has to offer. It allows to adapt the restored virtual machines to the exact needs of the user.
With the selective restore the following things can be changed:
Which virtual machines are getting restored.
Name of the restored virtual machines
Which networks to connect with.
Which Storage domain to use
Which datacenter or cluster to restore into.
Which flavor the restored virtual machines will use.
The selective restore is always available and does not have any prerequirements.
To perform a selective restore
- On the Horizon console, navigate to NBOS Backups > Protection.
- Identify the protection that contains the recovery point to be restored.
- Click the protection name to enter the protection overview.
- Navigate to the Recovery points tab.
- Identify the recovery point to be restored.
- From the dropdown menu under the Actions column, select Selective Restore.
- Configure the selective restore as desired.
- Click Restore.
nbosjm selective-restore [--display-name <display-name>] [--display-description <display-description>] [--filename <filename>] <recovery_point_id>
<recovery_point_id> ID of the recovery point to restore.
--display-name Optional name for the restore.
--display-description Optional description for restore.
--filename Provide the file path (relative or absolute) including the file name. By default it reads the file
/home/stack/myansible/lib/python3.8/site-packages/nbosjmclient/input-files/restore_from_backup_copy.json
. You can use this file for a reference or replace values into this file.