1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OADP-6293 kopia support

Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
This commit is contained in:
Shruti Deshpande
2025-07-07 11:20:21 +05:30
committed by openshift-cherrypick-robot
parent 6b9c568b44
commit a578bd1e70

View File

@@ -26,6 +26,11 @@ Kopia uses content-addressable storage for snapshots:
OADP 1.3 supports Kopia as the backup mechanism for pod volume backup in addition to Restic. You must choose one or the other at installation by setting the `uploaderType` field in the `DataProtectionApplication` custom resource (CR). The possible values are `restic` or `kopia`. If you do not specify an `uploaderType`, OADP 1.3 defaults to using Kopia as the backup mechanism. The data is written to and read from a unified repository.
[IMPORTANT]
====
Using the Kopia client to modify the Kopia backup repositories is not supported and can affect the integrity of Kopia backups. {oadp-short} does not support directly connecting to the Kopia repository and can offer support only on a best-effort basis.
====
The following example shows a `DataProtectionApplication` CR configured for using Kopia:
[source,yaml]