X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=examples%2Fexample.mysql;h=de9651fb5e1b6e6cda11855e98bbbbe214ce296a;hp=bd996e7ccaafe96197c065c64b96dd6b06d7c2ad;hb=2cfcdd636d21e353f061fdc563c4b6dee3a4d979;hpb=4506202ea78d5c5829113d6f2a183c540585cd5d 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 = +# (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. #