From 92ba570a97eb7d3546fcc4efe4bb9f58ae16ad92 Mon Sep 17 00:00:00 2001 From: Aolin Date: Tue, 4 Jul 2023 13:38:14 +0800 Subject: [PATCH] br: fix the backup code example (#14102) --- 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 aedff53e000e0..938db1bf4565d 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -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}" ```