From a9b617ee3e7251a96cbdd4f6d9d685e00148e159 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Thu, 7 Jul 2022 08:39:05 +0300 Subject: [PATCH] OADP-481: Document supported volume types (Restic limitations) --- modules/oadp-backing-up-applications-restic.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/oadp-backing-up-applications-restic.adoc b/modules/oadp-backing-up-applications-restic.adoc index 2397bb3824af..a4f5a7321fc2 100644 --- a/modules/oadp-backing-up-applications-restic.adoc +++ b/modules/oadp-backing-up-applications-restic.adoc @@ -10,6 +10,11 @@ You back up Kubernetes resources, internal images, and persistent volumes with R You do not need to specify a snapshot location in the `DataProtectionApplication` CR. +[IMPORTANT] +==== +Restic does not support backing up `hostPath` volumes. For more information, see link:https://{velero-domain}/docs/v{velero-version}/restic/#limitations[additional Rustic limitations]. +==== + .Prerequisites * You must install the OpenShift API for Data Protection (OADP) Operator.