Skip to content

Commit 5c6d321

Browse files
committed
Feature/update disaster recovery documentation for clarity and consistency in backup instructions
1 parent ab64eb7 commit 5c6d321

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Disaster Recovery Guides"
33
linkTitle: "Disaster Recovery Guides"
4-
description: "The backup and recovery process of the {{% ctx %}} platform."
4+
description: "This section includes all disaster recovery guides for the {{% ctx %}} platform."
55
weight: 30
66
---

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/backup/add-backup-of-encryption-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Add Backup of Encryption Key"
33
linkTitle: "Add Backup of Encryption Key"
4-
description: "Instructions to back up the Encryption Key."
4+
description: "Instructions to backup the Encryption Key."
55
weight: 30
66
---
77

content/en/docs/2025.3/Guides/disaster-recovery/single-server-without-ha/backup/add-backup-of-encryption-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Add Backup of Encryption Key"
33
linkTitle: "Add Backup of Encryption Key"
4-
description: "Instructions to back up the Encryption Key."
4+
description: "Instructions to backup the Encryption Key."
55
weight: 30
66
---
77

content/en/docs/2025.3/_shared/disaster-recovery/application-server/backup/configure-backup-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
|`MaxIncrementalBackups` | Configure this value with the maximum number of incremental backups to be taken between two full backups.<br /><br />This is just the upper limit.<br /><br />A full backup may be taken before specified number of incremental backups are completed in one of the following conditions<br /><br />&nbsp;- The replica has never taken a full backup since it has become primary,<br /><br />&nbsp;- Some of the log records since the last backup has been truncated, or<br /><br />&nbsp;- Replica passed the MaxAccumulatedBackupLogSizeInMB limit.|
2424
|`BackupSchedule` | Configure the value with either `Daily` or `Weekly` depending on when the schedule will run.|
2525
|`BackupDays` | This is only needed if the `BackupSchedule` is set to `Weekly`. Configure this value with the days of the week when the backup should run.|
26-
|`BackupTimes` | Configure the value with the times that the back up will run. The format of the value should be in ISO8601 format, date specified along with time will be ignored. |
26+
|`BackupTimes` | Configure the value with the times that the backup will run. The format of the value should be in ISO8601 format, date specified along with time will be ignored. |
2727
|`BackupPath` | Replace `\\UncPath\BackupLocation` with the path of the location the backups will be stored in. if the path is a network path then the `Credentials` will be used to access that location.|
2828
|`RetentionDuration` | Configure this value with the minimum duration for which a backup created, will remain stored in the storage and might get deleted after that span of time. The format of the value should be in ISO8601 format, date specified along with time will be ignored.|
2929
|`MinimumNumberOfBackups` | Configure this value with the minimum number of backups to be retained at any point of time. If specified with a non zero value, backups will not be deleted even if the backups have gone past retention duration and have number of backups less than or equal to it.|

content/en/docs/2025.3/_shared/disaster-recovery/web-application-server/backup/configure-backup-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
|`BackupTaskName` | Configure this value with the unique name of the backup task that will be set for the scheduled Windows task. |
2121
|`BackupSchedule` | Configure the value with either `Daily` or `Weekly` depending on when the schedule will run.|
2222
|`BackupDay` | This is only needed if the `BackupSchedule` is set to `Weekly`. Configure this value with the day of the week when the backup should run.|
23-
|`BackupTime` | Configure the value with the time that the back up will run. The format of the value should be in ISO8601 format, date specified along with time will be ignored. |
23+
|`BackupTime` | Configure the value with the time that the backup will run. The format of the value should be in ISO8601 format, date specified along with time will be ignored. |
2424
|`BackupPath` | Replace `\\UncPath\BackupLocation` with the path of the location the backups will be stored in. if the path is a network path then the `Credentials` will be used to access that location.|
2525
|`BackupRetention` | Configure this value with the maximum number of backups that should be retained.|
2626
|`SiteName` | Configure this value with the name of the site that should be backed up.|

0 commit comments

Comments
 (0)