From 6faa78e5660592fbb284ad3ada13638f1051bd1c Mon Sep 17 00:00:00 2001 From: Aolin Date: Tue, 4 Jul 2023 12:14:16 +0800 Subject: [PATCH] br: fix the backup code example --- br/backup-and-restore-storages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ```