Skip to content

Commit e133fd3

Browse files
committed
add more to sample config file
1 parent ae7aaf9 commit e133fd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/mysql/singleDb.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
;;; we want to backup only DB named "mysql"
2-
storage.mysql.dbname = mysql
2+
storage.mysql.dbname = test
33

44
;;; connect to mysql server on localhost as user 'root' without password to build backup
55
storage.mysql.host = localhost
66
storage.mysql.port = 3306
77
storage.mysql.user = root
8+
;storage.mysql.compressdata = gzip
89
storage.mysql.password =
10+
;storage.mysql.no-data = true
11+
12+
storage.mysql.with-passwords = true
913

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

0 commit comments

Comments
 (0)