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
Edit a protection
A protection can be modified in all components to match changing needs.
Note:
Editing a protection sets the user as the new owner.
To edit a protection
- On the Horizon console, navigate to NBOS Backups > Protection.
- Identify the protection to be modified and select Edit Protection from the drop-down list.
- Modify the protection as desired. All parameters except protection type can be changed.
- Click Update.
nbosjm protection-modify [--display-name <display-name>] [--display-description <display-description>] [--instance <instance-id=instance-uuid>] [--jobschedule <key=key-name>] [--metadata <key=key-name>] [--protection-plan-id <protection_plan_id>] <protection-id>
--display-name The protection name.
--display-description The protection description.
--instance <instance-id=instance-uuid> Specify an instance to include in the protection. Specify the option multiple times to include multiple instances. Instance-id: Include the instance with this UUID.
--jobschedule <key=key-name> Specify the following key-value pairs for a job schedule. Specify the option multiple times to include multiple keys. If you do not specify a time zone, it takes your local computer time zone by default.
"start_date" : "06/05/2014" "end_date" : "07/15/2014" "start_time" : "2:30 PM"
--metadata Specify a key-value pair to include in the protection type metadata. Specify the option multiple times to include multiple keys.
--protection-plan-id ID of the protection.
<protection-id> ID of the protection to edit.