Skip to content

OADP-6293 kopia support #95647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down