Skip to content

Commit

Permalink
fix typo (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <huangran@pingcap.com>
  • Loading branch information
onlymellb and ran-huang authored May 28, 2020
1 parent 3cba71c commit 694c132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/backup-to-gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GCS 支持以下几种 bucket ACL 策略:
* `.spec.from.user`:待备份 TiDB 集群的访问用户。
* `.spec.from.tidbSecretName`:待备份 TiDB 集群所需凭证的 secret。
* `.spec.gcs.bucket`:存储数据的 bucket 名字。
* `.spec.gcs.prefix`:这个字段可以省略,如果设置了这个字段,则会使用这个字段来拼接在远端存储的存储路径 `s3://${.spec.s3.bucket}/${.spec.s3.prefix}/backupName`
* `.spec.gcs.prefix`:这个字段可以省略,如果设置了这个字段,则会使用这个字段来拼接在远端存储的存储路径 `s3://${.spec.gcs.bucket}/${.spec.gcs.prefix}/backupName`
* `.spec.mydumper`:Mydumper 相关的配置,主要有两个字段:一个是 [`options`](https://pingcap.com/docs-cn/stable/reference/tools/mydumper/) 字段,里面可以指定 mydumper 需要的一些参数;一个是 `tableRegex` 字段,可以指定让 Mydumper 备份符合这个正则表达式的表。默认情况下 Mydumper 这个字段可以不用配置。当不指定 Mydumper 的配置时,`options``tableRegex` 字段的默认值如下:

```
Expand Down

0 comments on commit 694c132

Please sign in to comment.