From f7e326daa9d4d224e926ae15311414c88b8611c7 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 10 Dec 2024 17:42:08 +0800 Subject: [PATCH] Update br/br-snapshot-manual.md --- br/br-snapshot-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/br-snapshot-manual.md b/br/br-snapshot-manual.md index 527956554e935..c4c11246dbc92 100644 --- a/br/br-snapshot-manual.md +++ b/br/br-snapshot-manual.md @@ -48,7 +48,7 @@ In the preceding command: > **Note:** > -> - Staring from v8.5.0, the BR tool disables the table-level checksum calculation during full backups by default (`--checksum=false`) to improve backup performance. +> - Starting from v8.5.0, the BR tool disables the table-level checksum calculation during full backups by default (`--checksum=false`) to improve backup performance. > - The BR tool already supports self-adapting to GC. It automatically registers `backupTS` (the latest PD timestamp by default) to PD's `safePoint` to ensure that TiDB's GC Safe Point does not move forward during the backup, thus avoiding manually setting GC configurations. During backup, a progress bar is displayed in the terminal, as shown below. When the progress bar advances to 100%, the backup is complete.