diff options
author | Micah Anderson <micah@riseup.net> | 2010-01-29 17:02:03 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-01-29 17:02:03 -0500 |
commit | c1f1baebb5170abb49fb0ec5d6d463d6827bae1b (patch) | |
tree | c57da8f9d364097473bd8cc35ed6f13f60959d61 /examples/example.mysql | |
parent | 329e13e35d0bb394c5beed9893b2a869fda6648c (diff) | |
download | backupninja-c1f1baebb5170abb49fb0ec5d6d463d6827bae1b.tar.gz backupninja-c1f1baebb5170abb49fb0ec5d6d463d6827bae1b.tar.bz2 |
fix bad upstream merge
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. # |