Skip to content

Commit bfaa252

Browse files
committed
lint
1 parent 6cf4cbf commit bfaa252

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

en/backup-to-aws-s3-using-br.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,10 +1043,10 @@ The steps to prepare for a scheduled snapshot backup are the same as that of [Pr
10431043
```
10441044

10451045
In the above example of `integrated-backup-schedule-s3.yaml`, the `backupSchedule` configuration adds the `compactBackup` section based on the previous section. The key modifications are:
1046-
1. Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
1046+
* Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
10471047
- Not exceed the scheduled snapshot backup interval
10481048
- Set between one-half to one-third of the scheduled snapshot backup interval
1049-
2. Added `BackupSchedule.spec.compactBackupTemplate` field:
1049+
* Added `BackupSchedule.spec.compactBackupTemplate` field:
10501050
- The `BackupSchedule.spec.compactBackupTemplate.S3` configuration must remain consistent with `BackupSchedule.spec.logBackupTemplate.S3`
10511051

10521052
2. After creating `backupSchedule`, use the following command to check the backup status:
@@ -1060,7 +1060,7 @@ The steps to prepare for a scheduled snapshot backup are the same as that of [Pr
10601060
```shell
10611061
kubectl get cpbk -n backup-test
10621062
```
1063-
1063+
10641064
## Delete the backup CR
10651065

10661066
If you no longer need the backup CR, refer to [Delete the Backup CR](backup-restore-overview.md#delete-the-backup-cr).

en/backup-to-azblob-using-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,10 +888,10 @@ The steps to prepare for a scheduled snapshot backup are the same as that of [Pr
888888
```
889889

890890
In the above example of `integrated-backup-schedule-azblob.yaml`, the `backupSchedule` configuration adds the `compactBackup` section based on the previous section. The key modifications are:
891-
1. Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
891+
* Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
892892
- Not exceed the scheduled snapshot backup interval
893893
- Set between one-half to one-third of the scheduled snapshot backup interval
894-
2. Added `BackupSchedule.spec.compactBackupTemplate` field:
894+
* Added `BackupSchedule.spec.compactBackupTemplate` field:
895895
- The `BackupSchedule.spec.compactBackupTemplate.azblob` configuration must remain consistent with `BackupSchedule.spec.logBackupTemplate.azblob`
896896

897897
2. After creating `backupSchedule`, use the following command to check the backup status:

en/backup-to-gcs-using-br.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,10 @@ The steps to prepare for a scheduled snapshot backup are the same as that of [Pr
851851
```
852852

853853
In the above example of `integrated-backup-schedule-gcs.yaml`, the `backupSchedule` configuration adds the `compactBackup` section based on the previous section. The key modifications are:
854-
1. Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
854+
* Added `BackupSchedule.spec.compactInterval` field: This allows specifying a custom interval for log compression backups. It is generally recommended to:
855855
- Not exceed the scheduled snapshot backup interval
856856
- Set between one-half to one-third of the scheduled snapshot backup interval
857-
2. Added `BackupSchedule.spec.compactBackupTemplate` field:
857+
* Added `BackupSchedule.spec.compactBackupTemplate` field:
858858
- The `BackupSchedule.spec.compactBackupTemplate.gcs` configuration must remain consistent with `BackupSchedule.spec.logBackupTemplate.gcs`
859859

860860
2. After creating `backupSchedule`, use the following command to check the backup status:

0 commit comments

Comments
 (0)