From 8887b9a1c0ef3a6726cf8599deeb40faac208c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E5=B2=9A?= <36239017+YuJuncen@users.noreply.github.com> Date: Tue, 23 Jun 2020 12:56:23 +0800 Subject: [PATCH] cherry pick #3656 to release-4.0 Signed-off-by: ti-srebot --- br/backup-and-restore-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/backup-and-restore-tool.md b/br/backup-and-restore-tool.md index ccd5bcf03c2c..aa6519bf9f04 100644 --- a/br/backup-and-restore-tool.md +++ b/br/backup-and-restore-tool.md @@ -280,7 +280,7 @@ br backup full \ 注意增量备份有以下限制: - 增量备份需要与前一次全量备份在不同的路径下 -- 增量备份开始时间与 `lastbackupts` 之间不能有 GC +- GC safepoint 必须在 `lastbackupts` 之前 {{< copyable "shell-regular" >}}