1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-12872: updating the heading to automated recovery

This commit is contained in:
aravipra
2024-12-09 15:02:53 +05:30
committed by openshift-cherrypick-robot
parent 2775e77ed5
commit cffe9d2c10
3 changed files with 4 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ Distros: microshift
Topics:
- Name: Backing up and restoring data
File: microshift-backup-and-restore
- Name: Auto recovery from manual backups
- Name: Automated recovery from manual backups
File: microshift-auto-recover-manual-backup
---
Name: Troubleshooting

View File

@@ -1,6 +1,6 @@
:_mod-docs-content-type: ASSEMBLY
[id="microshift-auto-recover-manual-backup"]
= Auto recovery from manual backups
= Automated recovery from manual backups
include::_attributes/attributes-microshift.adoc[]
:context: microshift-auto-recover-manual-backup
@@ -10,7 +10,7 @@ You can automatically restore data from manual backups when {microshift-short} f
You can use the following options with the existing `backup` and `restore` commands in this feature:
* `--auto-recovery`: Selects the most recent version of the backup, and then restores it. This option treats the `PATH` argument as a path to a directory that holds all the backups for auto-recovery, and not just as a path to a particular backup file.
* `--auto-recovery`: Selects the most recent version of the backup, and then restores it. This option treats the `PATH` argument as a path to a directory that holds all the backups for automated recovery, and not just as a path to a particular backup file.
* `--dont-save-failed`: Disables the backup of failed {microshift-short} data.
[NOTE]

View File

@@ -30,7 +30,7 @@ $ sudo microshift backup --auto-recovery _<path_of_directory>_ <1>
+
[NOTE]
====
The `--auto-recovery` option modifies the interpretation of the `PATH` argument from the final backup path to a directory that holds all the backups for auto-recovery.
The `--auto-recovery` option modifies the interpretation of the `PATH` argument from the final backup path to a directory that holds all the backups for automated recovery.
====
+
.Example output