Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion br/backup-and-restore-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ If you want to back up incrementally, you only need to specify the **last backup
The incremental backup has two limitations:

- The incremental backup needs to be under a different path from the previous full backup.
- No GC (Garbage Collection) happens between the start time of the incremental backup and `lastbackupts`.
- GC (Garbage Collection) safepoint must be before the `lastbackupts`.

To back up the incremental data between `(LAST_BACKUP_TS, current PD timestamp]`, execute the following command:

Expand Down