Skip to content

Commit e31491f

Browse files
committed
correct doc errors
1 parent 6be7a80 commit e31491f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ spec:
170170

171171
#### Backup and Restore
172172

173-
NOTE: **Only Ceph object storage and PVC is supported now**
173+
NOTE: **Only Ceph S3 object storage and PVC is supported now**
174174

175175
Backup
176176
```

deploy/example/backup-restore/redisclusterbackup_topvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
local:
2626
mountPath: /back
2727
persistentVolumeClaim:
28-
claimName: test-backup
28+
claimName: test-backup

deploy/example/backup-restore/restore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
init:
1010
backupSource:
1111
name: example-redisclusterbackup
12-
namespace: default
12+
namespace: default

deploy/example/backup-restore/restore_frompvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
init:
3636
backupSource:
3737
name: example-redisclusterbackup
38-
namespace: prj-shutest
38+
namespace: default

doc/design/zh/cluster_backup_and_restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 备份和恢复
22

3-
目前只支持备份到 ceph 对象存储及本地 pvc 中。
3+
目前只支持备份到 ceph S3对象存储及本地 pvc 中。
44

55
备份开始时使用 redis-cli 同步 Master 的 RDB到本地后再使用 [Rclone](https://rclone.org/)
66
RDB 文件传输到对象存储或者 pvc 中,恢复时先使用 Rclone 从之前备份的位置同步备份到本地后,再启动 Redis

0 commit comments

Comments
 (0)