# JDBC driver driver = com.mysql.jdbc.Driver # JDBC connection URL (required) connectionURL = jdbc:mysql://localhost/exampledb?user=someuser&password=somepassword # comma separated list of table names (required) tablenames = tablename1, tablename2 # backup interval in ms (default is 1h = 3600000ms) backupInterval = 3600000 # path to backup directory (default is current working directory) backupDir = ./backup/