From db32308c408d21ee193ff036aebb2338853d54cd Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 18 Aug 2016 17:15:10 +0200 Subject: [PATCH] Updated test conf files --- dev/tests/conf/local.conf | 4 ++-- dev/tests/conf/pull.conf | 8 ++++---- dev/tests/conf/push.conf | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev/tests/conf/local.conf b/dev/tests/conf/local.conf index 60131f1..50f6342 100644 --- a/dev/tests/conf/local.conf +++ b/dev/tests/conf/local.conf @@ -80,7 +80,7 @@ SQL_USER=root ## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list. ## Every found database will be backed up as separate backup task. -DATABASES_ALL=no +DATABASES_ALL=yes DATABASES_ALL_EXCLUDE_LIST="test;information_schema" ## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces. DATABASES_LIST="mysql" @@ -112,7 +112,7 @@ RSYNC_PATTERN_FIRST=include ## List of files / directories to incldue / exclude from sync on both sides (see rsync patterns, wildcards work). ## Paths are relative to sync dirs. List elements are separated by a semicolon. RSYNC_INCLUDE_PATTERN="" -RSYNC_EXCLUDE_PATTERN="" +RSYNC_EXCLUDE_PATTERN="*.ded" #RSYNC_EXCLUDE_PATTERN="tmp;archives" ## Files that contains lists of files / directories to include / exclude from sync on both sides. Leave this empty if you don't want to use an exclusion file. diff --git a/dev/tests/conf/pull.conf b/dev/tests/conf/pull.conf index 08cf238..3f80235 100644 --- a/dev/tests/conf/pull.conf +++ b/dev/tests/conf/pull.conf @@ -80,10 +80,10 @@ SQL_USER=root ## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list. ## Every found database will be backed up as separate backup task. -DATABASES_ALL=no -DATABASES_ALL_EXCLUDE_LIST="test" +DATABASES_ALL=yes +DATABASES_ALL_EXCLUDE_LIST="test;information_schema" ## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces. -DATABASES_LIST="mysql;information_schema" +DATABASES_LIST="mysql" ## Max backup execution time per Database task. Soft max exec time generates a warning only. Hard max exec time generates a warning and stops current backup task. ## If a task gets stopped, next one in the task list gets executed. Time is specified in seconds. @@ -112,7 +112,7 @@ RSYNC_PATTERN_FIRST=include ## List of files / directories to incldue / exclude from sync on both sides (see rsync patterns, wildcards work). ## Paths are relative to sync dirs. List elements are separated by a semicolon. RSYNC_INCLUDE_PATTERN="" -RSYNC_EXCLUDE_PATTERN="" +RSYNC_EXCLUDE_PATTERN="*.ded" #RSYNC_EXCLUDE_PATTERN="tmp;archives" ## Files that contains lists of files / directories to include / exclude from sync on both sides. Leave this empty if you don't want to use an exclusion file. diff --git a/dev/tests/conf/push.conf b/dev/tests/conf/push.conf index 6dc9010..c995a69 100644 --- a/dev/tests/conf/push.conf +++ b/dev/tests/conf/push.conf @@ -80,10 +80,10 @@ SQL_USER=root ## Enabling the following option will save all databases on local or remote given SQL instance except the ones specified in the exclude list. ## Every found database will be backed up as separate backup task. -DATABASES_ALL=no -DATABASES_ALL_EXCLUDE_LIST="test" +DATABASES_ALL=yes +DATABASES_ALL_EXCLUDE_LIST="test;information_schema" ## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces. -DATABASES_LIST="mysql;information_schema" +DATABASES_LIST="mysql" ## Max backup execution time per Database task. Soft max exec time generates a warning only. Hard max exec time generates a warning and stops current backup task. ## If a task gets stopped, next one in the task list gets executed. Time is specified in seconds. @@ -112,7 +112,7 @@ RSYNC_PATTERN_FIRST=include ## List of files / directories to incldue / exclude from sync on both sides (see rsync patterns, wildcards work). ## Paths are relative to sync dirs. List elements are separated by a semicolon. RSYNC_INCLUDE_PATTERN="" -RSYNC_EXCLUDE_PATTERN="" +RSYNC_EXCLUDE_PATTERN="*.ded" #RSYNC_EXCLUDE_PATTERN="tmp;archives" ## Files that contains lists of files / directories to include / exclude from sync on both sides. Leave this empty if you don't want to use an exclusion file.