File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -17,31 +17,24 @@ Table filters can be applied to the tools using multiple `-f` or `--filter` comm
17
17
18
18
* [ BR] ( /br/backup-and-restore-tool.md ) :
19
19
20
- {{< copyable "shell-regular" >}}
21
-
22
20
``` shell
23
21
./br backup full -f ' foo*.*' -f ' bar*.*' -s ' local:///tmp/backup'
24
- # ^~~~~~~~~~~~~~~~~~~~~~~
22
+ ```
23
+
24
+ ` ` ` shell
25
25
./br restore full -f ' foo*.*' -f ' bar*.*' -s ' local:///tmp/backup'
26
- # ^~~~~~~~~~~~~~~~~~~~~~~
27
26
` ` `
28
27
29
28
* [Dumpling](/dumpling-overview.md):
30
29
31
- {{< copyable " shell-regular" > }}
32
-
33
30
` ` ` shell
34
31
./dumpling -f ' foo*.*' -f ' bar*.*' -P 3306 -o /tmp/data/
35
- # ^~~~~~~~~~~~~~~~~~~~~~~
36
32
` ` `
37
33
38
34
* [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md):
39
35
40
- {{< copyable " shell-regular" > }}
41
-
42
36
` ` ` shell
43
37
./tidb-lightning -f ' foo*.*' -f ' bar*.*' -d /tmp/data/ --backend tidb
44
- # ^~~~~~~~~~~~~~~~~~~~~~~
45
38
` ` `
46
39
47
40
# ## TOML configuration files
You can’t perform that action at this time.
0 commit comments