Enhanced rsync handler.
[matthijs/upstream/backupninja.git] / examples / example.mysql
index de9651fb5e1b6e6cda11855e98bbbbe214ce296a..bd996e7ccaafe96197c065c64b96dd6b06d7c2ad 100644 (file)
@@ -73,10 +73,6 @@ 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. 
 #