From 8c2f67cc7195141910fedd99bf9fd7e6c517eb18 Mon Sep 17 00:00:00 2001 From: Shruti Deshpande Date: Mon, 16 Sep 2024 18:10:37 +0530 Subject: [PATCH] table formatting --- modules/oadp-incremental-backup-support.adoc | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/modules/oadp-incremental-backup-support.adoc b/modules/oadp-incremental-backup-support.adoc index 71981eacf7f9..055609e3320c 100644 --- a/modules/oadp-incremental-backup-support.adoc +++ b/modules/oadp-incremental-backup-support.adoc @@ -1,5 +1,6 @@ // Module included in the following assemblies: -// +// backup_and_restore/application_backup_and_restore/installing/about-oadp-1-3-data-mover.adoc +// backup_and_restore/application_backup_and_restore/installing/installing-oadp-kubevirt.adoc :_mod-docs-content-type: CONCEPT [id="oadp-about-incremental-backup-support_{context}"] @@ -7,20 +8,29 @@ {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: +[cols="5", options="header"] .{oadp-short} backup support matrix for containerized workloads |=== | Volume mode |FSB - Restic |FSB - Kopia | CSI | CSI Data Mover -| Filesystem | Sfootnote:backup[Backup supported], Ifootnote:incremental[Incremental backup supported] | Sfootnote:backup[], Ifootnote:incremental[] | Sfootnote:backup[] | Sfootnote:backup[], Ifootnote:incremental[] -| Block | Nfootnote:not-supported[Not supported] | Nfootnote:not-supported[] | Sfootnote:backup[] | Sfootnote:backup[], Ifootnote:incremental[] +| Filesystem | S ^[1]^, I ^[2]^ | S ^[1]^, I ^[2]^ | S ^[1]^ | S ^[1]^, I ^[2]^ +| Block | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^ |=== +[cols="5", options="header"] .{oadp-short} backup support matrix for {VirtProductName} workloads |=== | Volume mode |FSB - Restic |FSB - Kopia | CSI | CSI Data Mover -| Filesystem | Nfootnote:not-supported[] | Nfootnote:not-supported[] | Sfootnote:backup[] | Sfootnote:backup[], Ifootnote:incremental[] -| Block | Nfootnote:not-supported[] | Nfootnote:not-supported[] | Sfootnote:backup[] | Sfootnote:backup[], Ifootnote:incremental[] +| Filesystem | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^ +| Block | N ^[3]^ | N ^[3]^ | S ^[1]^ | S ^[1]^, I ^[2]^ |=== +[.small] +-- +1. Backup supported +2. Incremental backup supported +3. Not supported +-- + [NOTE] ==== The CSI Data Mover backups use Kopia regardless of `uploaderType`.