Skip to content

Commit 82e2581

Browse files
authored
Merge pull request #95647 from shdeshpa07/OADP-6293-kopia-client
OADP-6293 kopia support
2 parents 06efc64 + 626140d commit 82e2581

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-about-kopia.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Kopia uses content-addressable storage for snapshots:
2626

2727
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.
2828

29+
[IMPORTANT]
30+
====
31+
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.
32+
====
33+
2934
The following example shows a `DataProtectionApplication` CR configured for using Kopia:
3035

3136
[source,yaml]

0 commit comments

Comments
 (0)