diff --git a/br/backup-and-restore-storages.md b/br/backup-and-restore-storages.md index 23c9fa39952ea..994ef02cbd6f4 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -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}" ```