We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7aaf9 commit e133fd3Copy full SHA for e133fd3
examples/mysql/singleDb.ini
@@ -1,11 +1,15 @@
1
;;; we want to backup only DB named "mysql"
2
-storage.mysql.dbname = mysql
+storage.mysql.dbname = test
3
4
;;; connect to mysql server on localhost as user 'root' without password to build backup
5
storage.mysql.host = localhost
6
storage.mysql.port = 3306
7
storage.mysql.user = root
8
+;storage.mysql.compressdata = gzip
9
storage.mysql.password =
10
+;storage.mysql.no-data = true
11
+
12
+storage.mysql.with-passwords = true
13
14
;;; databases will be backuped under this folder
15
storage.mysql.basedir = "~/Backups/singleDb"
0 commit comments