Skip to content

Commit

Permalink
br: fix the backup code example (#14102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jul 4, 2023
1 parent 7431908 commit 92ba570
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 @@ -94,7 +94,7 @@ This section provides some URI 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 92ba570

Please sign in to comment.