Skip to content
Snippets Groups Projects
Commit cf270c2e authored by Andy Yates's avatar Andy Yates
Browse files

Bit more info in the docs

parent 1500913c
No related branches found
No related tags found
No related merge requests found
......@@ -749,6 +749,13 @@ form of an entry is
port = 3306 ; port of the DB
pattern = ^homo_sap\w+$ ; regular expression to filter DBs by
dir = /path/to/dump/dir ;
;more complex
[other-server-name]
port = 3306 ; port of the DB
pattern = ^web\w+$ ; regular expression to filter DBs by
dir = /path/to/dump/dir ;
sql = 1 ; dump just the SQL for these databases
As an example of one which grabs all core dbs from a-m and puts it in /dumps
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment