Skip to content

Commit

Permalink
add more to sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
k2s committed Nov 24, 2015
1 parent ae7aaf9 commit e133fd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/mysql/singleDb.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
;;; we want to backup only DB named "mysql"
storage.mysql.dbname = mysql
storage.mysql.dbname = test

;;; connect to mysql server on localhost as user 'root' without password to build backup
storage.mysql.host = localhost
storage.mysql.port = 3306
storage.mysql.user = root
;storage.mysql.compressdata = gzip
storage.mysql.password =
;storage.mysql.no-data = true

storage.mysql.with-passwords = true

;;; databases will be backuped under this folder
storage.mysql.basedir = "~/Backups/singleDb"
Expand Down

0 comments on commit e133fd3

Please sign in to comment.