Skip to content

Commit

Permalink
br: fix the backup code example (#14102) (#14103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 4, 2023
1 parent 38e57ef commit d30a9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This section provides some URL examples by using `external` as the `host` parame
**Back up snapshot data to Amazon S3**

```shell
./br restore full -u "${PD_IP}:2379" \
./br backup full -u "${PD_IP}:2379" \
--storage "s3://external/backup-20220915?access-key=${access-key}&secret-access-key=${secret-access-key}"
```

Expand Down

0 comments on commit d30a9b4

Please sign in to comment.