Can tiup br backup table backup multiple tables at once?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tiup br backup table 可以一次性备份多张表吗?

| username: yulei7633

Can tiup br backup table backup multiple tables at once?
Based on the configuration found online:

After testing, it reports an error. If modified to a single table, it works fine.

| username: 啦啦啦啦啦 | Original post link

To back up multiple tables, use the -f parameter to filter.

| username: 小龙虾爱大龙虾 | Original post link

Backup multiple tables at once using this: TiDB 快照备份与恢复命令行手册 | PingCAP 文档中心

| username: yulei7633 | Original post link

Got it, thanks a lot.

| username: TIDB-Learner | Original post link

If you need to back up multiple databases or tables with more complex filtering conditions, execute the br backup full command and use --filter or -f to specify the table filter rules.

| username: 随缘天空 | Original post link

How about trying to filter out the tables you don’t want to back up?

| username: Hacker_QGgM2nks | Original post link

Sure, just add a filter rule.

| username: YuchongXU | Original post link

Supported.

| username: miya | Original post link

You can check the grammar here: https://learn.pingcap.cn/learner/course/30002. The BR chapter of the 301 course has a detailed explanation, you can refer to it.

| username: 源de爸 | Original post link

Add filter rule -f

| username: xiaoqiao | Original post link

Support. Check the documentation.

| username: Hacker_QGgM2nks | Original post link

Sure, add rules.

| username: Aaronz | Original post link

Sure, add some filtering rules.

| username: DBAER | Original post link

Mark, study this.

| username: TiDBer_HErMeXDz | Original post link

Sure. Use this https://docs.pingcap.com/zh/tidb/stable/br-snapshot-manual#using-table-database-filtering-function-to-back-up-data-of-multiple-tables

| username: TiDBer_vJGTQABF | Original post link

Support, add filter rule -f

| username: TiDBer_QYr0vohO | Original post link

Support. --filter parameter

| username: TiDBer_嘎嘣脆 | Original post link

According to thread configuration