NetBackup™ Web UI Kubernetes Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring NetBackup
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Managing image groups
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Protecting Kubernetes assets
- Recovering Kubernetes assets
- Troubleshooting Kubernetes issues
Restore from backup copy
NetBackup 10.0 onwards lets you restore from a backup copy. You can follow same procedure explained in restoring from snapshot, select the copy type as
. You can also restore to alternate target cluster.To restore from backup copy
- On the left, click Kubernetes, under Workloads.
- In the Namespace tab, click the namespace of the asset that you want to recover. Click the Recovery pointstab.
- The Recovery pointstab shows you all the recovery points with the date, time, and copies of the backup. You can set filters to filter the displayed recovery points. Click the date in the Date column, to view the details of the recovery point. The Recovery points details dialog shows the resources that were backed up, like ConfigMaps, secrets, persistent volumes, pod, and so on. For details about these resources, see https://kubernetes.io/docs/reference
Note:
On the NetBackup web UI, a new column Copies is added, under Recovery points tab of Kubernetes asset. This column displays the total number of copies.
Note:
By default, if you have newly installed NetBackup version 10.0, the Copies column is visible to you.
But, if the NetBackup primary server is upgraded from version 9.1 to 10.0, and if you are an existing user who has already visited the Recovery points tab, then the Copies column is not visible to you.
Note:
You can enable the visibility of Copies column using Show or hide columns option available on the Recovery points page.
- Click Copies, click the ellipsis menu (three dots), in the row of the recovery point that have the Backup type and a complete copy to restore.
- In the Recovery target page, to recover the asset to the same cluster source are auto populated. Click Next
- Under Specify destination namespace, select any of the following options to restore:
Use original namespace to use original namespace. By default, this option is selected.
Use alternate namespace and enter the alternate namespace and then, click Next.
- Under Select resource types to recover, select any of the following resource types to restore:
All resource types to recover all resource types. By default, this option is selected.
Recover selected resource types to recover only the selected resource types.
- Under Select Persistent volume claims to recover, select any of the following persistent volume claims to recover:
All Persistent volume claims to recover all persistent volume claims. By default, this option is selected.
Recover selected Persistent volume claims to recover selected persistent volume claims and then, click Next.
Note:
If you do not select any option in Recover selected resource types, then include empty persistent volume claims option is selected and no persistent volume claims is restored.
Note:
Restore only persistent volume enables toggle in the selected persistent volume claims to restore only the persistent volume. This will not create corresponding persistent volume claim.
- Click Start recovery to submit the recovery entry.
- In the Activity monitor tab, click the Job ID, to view the restore job details.
- On the Job Details page, click Details tab, the restore job sequence (pre-restore, data movement, and then the post-restore job) is displayed.
Note:
NetBackup Kubernetes restore uses single job to restore all the persistent volume claims and a namespace. You can view logs in the
to track which persistent volume, persistent volume claims, or metadata is being restored.Note:
NetBackup version 10.0 do not support the restore job cancellation. But a
button still exists on the NetBackup web UI which is enabled. If the administrator or a user triggers cancellation, then the behavior is undefined, and the process may not be terminated correctly.Note:
NetBackup version 10.0 supports an alternate cluster restore only for
job. In some cases, restore to alternate cluster might fail partially due to different object versions on the cluster.