mysql: new sqldumpoptions config variable (Closes: #502966)
[matthijs/upstream/backupninja.git] / examples / example.mysql
index bd996e7ccaafe96197c065c64b96dd6b06d7c2ad..de9651fb5e1b6e6cda11855e98bbbbe214ce296a 100644 (file)
@@ -73,6 +73,10 @@ compress    = yes
 # make a backup using mysqldump. this creates text files with sql commands
 # sufficient to recontruct the database.
 #
 # 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. 
 #
 # compress = < yes | no > (default = yes)
 # if yes, compress the sqldump output. 
 #