Skip to content

Commit f16b70d

Browse files
authored
Merge pull request #97196 from openshift-cherrypick-robot/cherry-pick-96593-to-enterprise-4.19
[enterprise-4.19] Data Mover dita vale issues
2 parents 6aab267 + 60e0d7a commit f16b70d

13 files changed

+15
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
Kopia is a fast and secure open-source backup and restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice.
1011

1112
Kopia supports network and local storage locations, and many cloud or remote storage locations, including:

backup_and_restore/application_backup_and_restore/installing/about-oadp-data-mover.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
{oadp-first} includes a built-in Data Mover that you can use to move Container Storage Interface (CSI) volume snapshots to a remote object store. The built-in Data Mover allows you to restore stateful applications from the remote object store if a failure, accidental deletion, or corruption of the cluster occurs. It uses xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-about-kopia.adoc#oadp-about-kopia[Kopia] as the uploader mechanism to read the snapshot data and write to the unified repository.
1011

1112
{oadp-short} supports CSI snapshots on the following:

backup_and_restore/application_backup_and_restore/installing/configuring-backup-restore-pvc-datamover.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
A backup PVC is an intermediate persistent volume claim (PVC) to store data during the data movement backup operation. For some storage classes, such as, CephFS, creating a read-only volume from a snapshot results in faster Data Mover backups.
1011

1112
You create a `readonly` backup PVC by using the `nodeAgent.backupPVC` section of the `DataProtectionApplication` (DPA) and setting the `readOnly` access mode to `true`.

backup_and_restore/application_backup_and_restore/installing/oadp-backup-restore-csi-snapshots.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can back up and restore persistent volumes by using the OADP 1.3 Data Mover.
9+
[role="_abstract"]
10+
You can back up and restore persistent volumes by using the {oadp-short} 1.3 Data Mover.
1011

1112
include::modules/oadp-1-3-backing-csi-snapshots.adoc[leveloffset=+1]
1213

backup_and_restore/application_backup_and_restore/installing/overriding-kopia-algorithms.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10+
[role="_abstract"]
1011
You can override the default values of Kopia hashing, encryption, and splitter algorithms by using specific environment variables in the Data Protection Application (DPA).
1112

1213
// configuring the DPA with Kopia environment variables

modules/oadp-1-3-backing-csi-snapshots.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[id="oadp-1-3-backing-csi-snapshots_{context}"]
66
= Backing up persistent volumes with CSI snapshots
77

8+
[role="_abstract"]
89
You can use the OADP Data Mover to back up Container Storage Interface (CSI) volume snapshots to a remote object store.
910

1011
.Prerequisites

modules/oadp-1-3-restoring-csi-snapshots.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
[id="oadp-1-3-restoring-csi-snapshots_{context}"]
77
= Restoring CSI volume snapshots
88

9+
[role="_abstract"]
910
You can restore a volume snapshot by creating a `Restore` CR.
1011

1112
[NOTE]
1213
====
13-
You cannot restore Volsync backups from OADP 1.2 with the OAPD 1.3 built-in Data Mover. It is recommended to do a file system backup of all of your workloads with Restic prior to upgrading to OADP 1.3.
14+
You cannot restore Volsync backups from OADP 1.2 with the OAPD 1.3 built-in Data Mover. It is recommended to do a file system backup of all of your workloads with Restic before upgrading to OADP 1.3.
1415
====
1516

1617
.Prerequisites

modules/oadp-configuring-backup-pvc-datamover-backup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="configuring-backup-pvc_{context}"]
77
= Configuring a backup PVC for a Data Mover backup
88

9+
[role="_abstract"]
910
Use the `nodeAgent.backupPVC` section of the `DataProtectionApplication` (DPA) object to configure the backup persistent volume claim (PVC) for a storage class.
1011

1112
.Prerequisites

modules/oadp-configuring-restore-pvc-datamover-restore.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="configuring-restore-pvc_{context}"]
77
= Configuring a restorePVC for a Data Mover restore
88

9+
[role="_abstract"]
910
A `restorePVC` is an intermediate PVC that is used to write data during the Data Mover restore operation.
1011

1112
You can configure the `restorePVC` in the `DataProtectionApplication` (DPA) object by using the `ignoreDelayBinding` field. Setting the `ignoreDelayBinding` field to `true` allows the restore operation to ignore the `WaitForFirstConsumer` binding mode. The data movement restore operation then creates the restore pod and provisions the associated volume to an arbitrary node.

modules/oadp-deletion-policy-1-3.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="oadp-deletion-policy-1-3_{context}"]
77
= Deletion policy for OADP 1.3
88

9+
[role="_abstract"]
910
The deletion policy determines rules for removing data from a system, specifying when and how deletion occurs based on factors such as retention periods, data sensitivity, and compliance requirements. It manages data removal effectively while meeting regulations and preserving valuable information.
1011

1112
[id="oadp-deletion-policy-guidelines-1-3_{context}"]

0 commit comments

Comments
 (0)