You've already forked www.colben.cn
update
This commit is contained in:
@@ -178,7 +178,7 @@ GRANT PROCESS, RELOAD, LOCK TABLES ON *.* TO shell@localhost;
|
|||||||
```bash
|
```bash
|
||||||
$MYSQLSH -e 'util.dumpInstance("/data/backup/full", {compression: "zstd"})'
|
$MYSQLSH -e 'util.dumpInstance("/data/backup/full", {compression: "zstd"})'
|
||||||
# includeSchemas/excludeSchemas: ["db1", "db2"], 指定/忽略备份某些库
|
# includeSchemas/excludeSchemas: ["db1", "db2"], 指定/忽略备份某些库
|
||||||
# includeTables/excludeTables: ["db1.tb1", "db2.tb2"], 指定/忽略备份某些库
|
# includeTables/excludeTables: ["db1.tb1", "db2.tb2"], 指定/忽略备份某些表
|
||||||
# routines/users/triggers: true, 备份函数和存储过程/账号/触发器
|
# routines/users/triggers: true, 备份函数和存储过程/账号/触发器
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user