Taking the Velero backup

Last published : Aug 25, 2026
After you configure the Velero setup, you can back up all objects in your cluster, or you can filter objects by type, namespace, and label. For more information, see Velero documentation.
Use the velero backup create command to back up applications that are using the CSI volumes.
For example, to back up a namespace run the following command:
\# velero backup create <backup_name>
--include-namespaces=<namespace_name>  - wait
Note: When you back up by using Velero, the PVCs of the CSI Volumes are backed up as snapshots on the on-premises InfoScale host.