Restoring Kubernetes Persistent Volumes, Files and Folders Out of Place

You can restore the Kubernetes persistent volumes or specific files and folders out of place.

When you restore files or folders to a PersistentVolumeClaim (PVC) that is attached to a running pod, an application restart might be required to access the newly restored data in the application.

Note

For OpenShift, verify that the applications are not running when you perform a restore to a PVC.

Procedure

  1. From the navigation pane, go to Protect > Kubernetes.

    The Clusters page appears.

  2. In the Name column, click the cluster.

    The cluster page appears.

  3. Under Application groups, in the row for the application group, click the action button action_button, and then click Restore.

    The Select restore type page appears.

  4. Click Volumes and data.

    The Restore page appears.

  5. Select the content to restore.

  6. Click Restore.

    The Restore options dialog box appears.

  7. Click Out of place, and then complete the following steps:

    • To restore to a volume, in Path, enter the destination path relative to the PVC mount point.

    • To restore to a file system, in Path, enter the destination path to the file system.

  8. Click Submit.

Loading...