Skip to content

Commit 524c0a6

Browse files
authored
Merge pull request #77086 from apurvabhide17/OADP-1444-velero-backup-step
Add a command for velero backup details
2 parents 190a04f + 2933ecc commit 524c0a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/oadp-backup-restore-cr-issues.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,17 @@ $ oc -n {namespace} exec deployment/velero -c velero -- ./velero \
4848
$ oc delete backup <backup> -n openshift-adp
4949
----
5050
+
51-
You do not need to clean up the backup location because a `Backup` CR in progress has not uploaded files to object storage.
51+
You do not need to clean up the backup location because a `Backup` CR in progress has not uploaded files to object storage.
5252

5353
. Create a new `Backup` CR.
5454

55+
. View the Velero backup details
56+
+
57+
[source,terminal, subs="+quotes"]
58+
----
59+
$ velero backup describe _<backup-name>_ --details
60+
----
61+
5562
[id="backup-cr-remains-partiallyfailed_{context}"]
5663
== Backup CR status remains in PartiallyFailed
5764

0 commit comments

Comments
 (0)