From cffe9d2c109e241d0eb08083c210c99dd3acd5f9 Mon Sep 17 00:00:00 2001 From: aravipra Date: Mon, 9 Dec 2024 15:02:53 +0530 Subject: [PATCH] OSDOCS-12872: updating the heading to automated recovery --- _topic_maps/_topic_map_ms.yml | 2 +- .../microshift-auto-recover-manual-backup.adoc | 4 ++-- modules/microshift-creating-backups.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_topic_maps/_topic_map_ms.yml b/_topic_maps/_topic_map_ms.yml index 895b1837ff..f78443ff03 100644 --- a/_topic_maps/_topic_map_ms.yml +++ b/_topic_maps/_topic_map_ms.yml @@ -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 diff --git a/microshift_backup_and_restore/microshift-auto-recover-manual-backup.adoc b/microshift_backup_and_restore/microshift-auto-recover-manual-backup.adoc index c5015349ac..e2aab42ce7 100644 --- a/microshift_backup_and_restore/microshift-auto-recover-manual-backup.adoc +++ b/microshift_backup_and_restore/microshift-auto-recover-manual-backup.adoc @@ -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] diff --git a/modules/microshift-creating-backups.adoc b/modules/microshift-creating-backups.adoc index 6d7aabda7d..b683a9c1e1 100644 --- a/modules/microshift-creating-backups.adoc +++ b/modules/microshift-creating-backups.adoc @@ -30,7 +30,7 @@ $ sudo microshift backup --auto-recovery __ <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