Backup all resources, all namespaces

The rancher backup system currently only backs up the namespace and resources of the rancher system. I want to backup an entire cluster, all namespaces and all resources. how can I do that ?

It is possible to create a ResourceSet that tells it to backup more (or all) resources & namespaces. But that would not include the underlying data for volumes, which is the main reason we don’t advertise it for anything other than backing up the Rancher configuration.

If you want volume data, you probably want to look at Velero.

1 Like