You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backup_and_restore/index.adoc
+48-48Lines changed: 48 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
include::modules/common-attributes.adoc[]
5
5
:context: backup-restore-overview
6
6
:backup-restore-overview:
7
-
:velero-domain: velero.netlify.app
7
+
:velero-domain: velero.io
8
8
9
9
toc::[]
10
10
@@ -30,52 +30,52 @@ You might run into several situations where {product-title} does not work as ex
30
30
31
31
You can always recover from a disaster situation by xref:../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-2-restoring-cluster-state.adoc#dr-restoring-cluster-state[restoring your cluster to its previous state] using the saved etcd snapshots.
// As a cluster administrator, you can back up and restore applications running on {product-title} by using the OpenShift API for Data Protection (OADP).
37
-
//
38
-
// xref links are broken so that the PR will build. Travis tries to verify commented out xrefs.
39
-
// OADP backs up and restores Kubernetes resources and internal images, at the granularity of a namespace, by using link:https://{velero-domain}/[Velero 1.7]. OADP backs up and restores persistent volumes (PVs) by using snapshots or Restic. For details, see xref:../backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc#oadp-features_oadp-features-plugins[OADP features].
40
-
//
41
-
// [id="oadp-requirements"]
42
-
// === OADP requirements
43
-
//
44
-
// OADP has the following requirements:
45
-
//
46
-
// * You must be logged in as a user with a `cluster-admin` role.
47
-
// * You must have object storage for storing backups, such as one of the following storage types:
48
-
//
49
-
// ** Amazon Web Services
50
-
// ** Microsoft Azure
51
-
// ** Google Cloud Platform
52
-
// ** Multicloud Object Gateway
53
-
// ** S3-compatible object storage, such as Noobaa or Minio
54
-
//
55
-
// :FeatureName: The `CloudStorage` API for S3 storage
56
-
// include::snippets/technology-preview.adoc[]
57
-
//
58
-
// * To back up PVs with snapshots, you must have cloud storage that has a native snapshot API or supports Container Storage Interface (CSI) snapshots, such as the following providers:
59
-
//
60
-
// ** Amazon Web Services
61
-
// ** Microsoft Azure
62
-
// ** Google Cloud Platform
63
-
// ** CSI snapshot-enabled cloud storage, such as Ceph RBD or Ceph FS
64
-
//
65
-
// [NOTE]
66
-
// ====
67
-
// If you do not want to back up PVs by using snapshots, you can use link:https://restic.net/[Restic], which is installed by the OADP Operator by default.
68
-
// ====
69
-
//
70
-
// [id="backing-up-and-restoring-applications"]
71
-
// === Backing up and restoring applications
72
-
//
73
-
// You back up applications by creating a xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc#oadp-creating-backup-cr_backing-up-applications[`Backup`] custom resource (CR). You can configure the following backup options:
74
-
//
75
-
// * xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc#oadp-creating-backup-hooks_backing-up-applications[Backup hooks] to run commands before or after the backup operation
// You restore applications by creating a xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-cr_restoring-applications[`Restore`] CR. You can configure xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-hooks_restoring-applications[restore hooks] to run commands in init containers or in the application container during the restore operation.
As a cluster administrator, you can back up and restore applications running on {product-title} by using the OpenShift API for Data Protection (OADP).
37
+
38
+
// Velero 1.7 is no longer latest version. However, it is the officially supported version, so do not change the version number without confirmation from PM.
39
+
OADP backs up and restores Kubernetes resources and internal images, at the granularity of a namespace, by using link:https://{velero-domain}/docs/v1.7/[Velero 1.7]. OADP backs up and restores persistent volumes (PVs) by using snapshots or Restic. For details, see xref:../backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc#oadp-features_oadp-features-plugins[OADP features].
40
+
41
+
[id="oadp-requirements"]
42
+
=== OADP requirements
43
+
44
+
OADP has the following requirements:
45
+
46
+
* You must be logged in as a user with a `cluster-admin` role.
47
+
* You must have object storage for storing backups, such as one of the following storage types:
48
+
49
+
** Amazon Web Services
50
+
** Microsoft Azure
51
+
** Google Cloud Platform
52
+
** Multicloud Object Gateway
53
+
** S3-compatible object storage, such as Noobaa or Minio
54
+
55
+
:FeatureName: The `CloudStorage` API for S3 storage
56
+
include::snippets/technology-preview.adoc[]
57
+
58
+
* To back up PVs with snapshots, you must have cloud storage that has a native snapshot API or supports Container Storage Interface (CSI) snapshots, such as the following providers:
59
+
60
+
** Amazon Web Services
61
+
** Microsoft Azure
62
+
** Google Cloud Platform
63
+
** CSI snapshot-enabled cloud storage, such as Ceph RBD or Ceph FS
64
+
65
+
[NOTE]
66
+
====
67
+
If you do not want to back up PVs by using snapshots, you can use link:https://restic.net/[Restic], which is installed by the OADP Operator by default.
68
+
====
69
+
70
+
[id="backing-up-and-restoring-applications"]
71
+
=== Backing up and restoring applications
72
+
73
+
You back up applications by creating a xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc#oadp-creating-backup-cr_backing-up-applications[`Backup`] custom resource (CR). You can configure the following backup options:
74
+
75
+
* xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc#oadp-creating-backup-hooks_backing-up-applications[Backup hooks] to run commands before or after the backup operation
You restore applications by creating a xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-cr_restoring-applications[`Restore`] CR. You can configure xref:../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-hooks_restoring-applications[restore hooks] to run commands in init containers or in the application container during the restore operation.
0 commit comments