Skip to content

Commit

Permalink
translate docs-cn pr pingcap#14834
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCheng-956 authored and ti-chi-bot committed Jan 11, 2024
1 parent 8baecf7 commit f341176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions br/use-br-command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ A `br` command consists of multiple layers of sub-commands. Currently, br comman
* `--key`: specifies the path to the SSL certificate key in the PEM format.
* `--status-addr`: specifies the listening address through which `br` provides statistics to Prometheus.
* `--concurrency`: the number of concurrent tasks during the backup or restore.
* `--compression`:determines the compression algorithm used for generating backup files. It supports `lz4`, `snappy`, and `zstd`, with the default being `zstd` (usually no need to modify). For guidance on choosing different compression algorithms, refer to [this document](https://github.com/EighteenZi/rocksdb_wiki/blob/master/Compression.md).
* `--compression-level`:sets the compression level corresponding to the chosen compression algorithm for backup. The default compression level for `zstd` is 3. In most cases(usually no need to adjust this setting).

## Commands of full backup

Expand Down

0 comments on commit f341176

Please sign in to comment.