diff options
author | intrigeri <intrigeri@boum.org> | 2008-12-09 11:40:03 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-12-09 11:40:03 +0000 |
commit | 2cfcdd636d21e353f061fdc563c4b6dee3a4d979 (patch) | |
tree | e0f593b0c2613fd0f1fb5f2cc90d993614f9e6d2 /examples/example.mysql | |
parent | 4506202ea78d5c5829113d6f2a183c540585cd5d (diff) | |
download | backupninja-2cfcdd636d21e353f061fdc563c4b6dee3a4d979.tar.gz backupninja-2cfcdd636d21e353f061fdc563c4b6dee3a4d979.tar.bz2 |
mysql: new sqldumpoptions config variable (Closes: #502966)
Diffstat (limited to 'examples/example.mysql')
-rw-r--r-- | examples/example.mysql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example.mysql b/examples/example.mysql index bd996e7..de9651f 100644 --- a/examples/example.mysql +++ b/examples/example.mysql @@ -73,6 +73,10 @@ compress = yes # make a backup using mysqldump. this creates text files with sql commands # sufficient to recontruct the database. # +# sqldumpoptions = <options> +# (default = --lock-tables --complete-insert --add-drop-table --quick --quote-names) +# arguments to pass to mysqldump +# # compress = < yes | no > (default = yes) # if yes, compress the sqldump output. # |