Skip to content

Commit 2933ecc

Browse files
Add a command for velero backup details
Add QE suggestion Add peer review suggestions Co-authored-by: James Brigman <[email protected]>
1 parent 09ae3ac commit 2933ecc

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)