Skip to content

Commit 2c15d28

Browse files
authored
Merge pull request #85937 from aravipra/OSDOCS-12872
OSDOCS-12872: updating the heading to automated recovery
2 parents 6213416 + 2a5fcda commit 2c15d28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Distros: microshift
229229
Topics:
230230
- Name: Backing up and restoring data
231231
File: microshift-backup-and-restore
232-
- Name: Auto recovery from manual backups
232+
- Name: Automated recovery from manual backups
233233
File: microshift-auto-recover-manual-backup
234234
---
235235
Name: Troubleshooting

microshift_backup_and_restore/microshift-auto-recover-manual-backup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="microshift-auto-recover-manual-backup"]
3-
= Auto recovery from manual backups
3+
= Automated recovery from manual backups
44
include::_attributes/attributes-microshift.adoc[]
55
:context: microshift-auto-recover-manual-backup
66

@@ -10,7 +10,7 @@ You can automatically restore data from manual backups when {microshift-short} f
1010

1111
You can use the following options with the existing `backup` and `restore` commands in this feature:
1212

13-
* `--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.
13+
* `--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.
1414
* `--dont-save-failed`: Disables the backup of failed {microshift-short} data.
1515
1616
[NOTE]

modules/microshift-creating-backups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ sudo microshift backup --auto-recovery _<path_of_directory>_ <1>
3030
+
3131
[NOTE]
3232
====
33-
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.
33+
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.
3434
====
3535
+
3636
.Example output

0 commit comments

Comments
 (0)