diff --git a/content/rancher/v2.5/en/backups/restoring-rancher/_index.md b/content/rancher/v2.5/en/backups/restoring-rancher/_index.md index 25dec398402..64830e652aa 100644 --- a/content/rancher/v2.5/en/backups/restoring-rancher/_index.md +++ b/content/rancher/v2.5/en/backups/restoring-rancher/_index.md @@ -50,12 +50,11 @@ A restore is performed by creating a Restore custom resource. ### Logs -To check how the restore is progressing, you can check the logs of the operator. Follow these steps to get the logs: +To check how the restore is progressing, you can check the logs of the operator. Run this command to follow the logs: -```yaml -kubectl get pods -n cattle-resources-system -kubectl logs -n cattle-resources-system -f ``` +kubectl logs -n cattle-resources-system -l app.kubernetes.io/name=rancher-backup -f + ### Cleanup