Skip to content

Commit 28b4d62

Browse files
committed
Incremental backup support
1 parent 91a09ed commit 28b4d62

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ The built-in Data Mover feature introduces three new API objects defined as CRDs
6262

6363
* `BackupRepository`: Represents and manages the lifecycle of the backup repositories. OADP creates a backup repository per namespace when the first CSI snapshot backup or restore for a namespace is requested.
6464

65+
include::modules/oadp-incremental-backup-support.adoc[leveloffset=+1]
66+
6567

backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ include::modules/install-and-configure-oadp-kubevirt.adoc[leveloffset=+1]
4444

4545
include::modules/oadp-installing-dpa-1-3.adoc[leveloffset=+1]
4646
include::modules/oadp-configuring-node-agents.adoc[leveloffset=+2]
47+
include::modules/oadp-incremental-backup-support.adoc[leveloffset=+1]
4748

4849
[IMPORTANT]
4950
====
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
// Module included in the following assemblies:
2+
// backup_and_restore/application_backup_and_restore/installing/about-oadp-1-3-data-mover.adoc
3+
// backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="oadp-about-incremental-backup-support_{context}"]
7+
= About incremental back up support
8+
9+
{oadp-short} supports incremental backups of `block` and `Filesystem` persistent volumes for both containerized, and {VirtProductName} workloads. The following table summarizes the support for File System Backup (FSB), Container Storage Interface (CSI), and CSI Data Mover:
10+
11+
[cols="5", options="header"]
12+
.{oadp-short} backup support matrix for containerized workloads
13+
|===
14+
| Volume mode |FSB - Restic |FSB - Kopia | CSI | CSI Data Mover
15+
| Filesystem | S ^[1]^, I ^[2]^ | S ^[1]^, I ^[2]^ | S ^[1]^ | S ^[1]^, I ^[2]^
16+
| Block | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^
17+
|===
18+
19+
[cols="5", options="header"]
20+
.{oadp-short} backup support matrix for {VirtProductName} workloads
21+
|===
22+
| Volume mode |FSB - Restic |FSB - Kopia | CSI | CSI Data Mover
23+
| Filesystem | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^
24+
| Block | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^
25+
|===
26+
[.small]
27+
--
28+
. Backup supported
29+
. Incremental backup supported
30+
. Not supported
31+
--
32+
33+
[NOTE]
34+
====
35+
The CSI Data Mover backups use Kopia regardless of `uploaderType`.
36+
====

0 commit comments

Comments
 (0)