1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-06 07:05:14 +01:00

Improved travis CI tests

This commit is contained in:
deajan
2016-08-30 18:12:59 +02:00
parent a9077af7bb
commit 133e1ebe0e
6 changed files with 49 additions and 40 deletions

View File

@@ -23,8 +23,8 @@ BACKUP_TYPE=local
###### BACKUP STORAGE
## Storage paths of the backups (absolute paths of the local or remote system)
SQL_STORAGE="~/obackup-storage/sql"
FILE_STORAGE="~/obackup-storage/files"
SQL_STORAGE="${HOME}/obackup-storage/sql"
FILE_STORAGE="${HOME}/obackup-storage/files"
## Backup encryption using GPG and duplicity. Feature not ready yet.
ENCRYPTION=no

View File

@@ -23,8 +23,8 @@ BACKUP_TYPE=local
###### BACKUP STORAGE
## Storage paths of the backups (absolute paths of the local or remote system)
SQL_STORAGE="~/obackup-storage/sql"
FILE_STORAGE="~/obackup-storage/files"
SQL_STORAGE="${HOME}/obackup-storage/sql"
FILE_STORAGE="${HOME}/obackup-storage/files"
## Backup encryption using GPG and duplicity. Feature not ready yet.
ENCRYPTION=no
@@ -81,7 +81,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=yes
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
DATABASES_LIST="mysql"

View File

@@ -23,8 +23,8 @@ BACKUP_TYPE=pull
###### BACKUP STORAGE
## Storage paths of the backups (absolute paths of the local or remote system)
SQL_STORAGE="~/obackup-storage/sql-pull"
FILE_STORAGE="~/obackup-storage/files-pull"
SQL_STORAGE="${HOME}/obackup-storage/sql-pull"
FILE_STORAGE="${HOME}/obackup-storage/files-pull"
## Backup encryption using GPG and duplicity. Feature not ready yet.
ENCRYPTION=no
@@ -81,7 +81,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=yes
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
DATABASES_LIST="mysql"

View File

@@ -23,8 +23,8 @@ BACKUP_TYPE=push
###### BACKUP STORAGE
## Storage paths of the backups (absolute paths of the local or remote system)
SQL_STORAGE="~/obackup-storage/sql-push"
FILE_STORAGE="~/obackup-storage/files-push"
SQL_STORAGE="${HOME}/obackup-storage/sql-push"
FILE_STORAGE="${HOME}/obackup-storage/files-push"
## Backup encryption using GPG and duplicity. Feature not ready yet.
ENCRYPTION=no
@@ -81,7 +81,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=yes
DATABASES_ALL_EXCLUDE_LIST="test;information_schema"
DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa-prod"
## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces.
DATABASES_LIST="mysql"
@@ -102,9 +102,9 @@ COMPRESSION_LEVEL=3
## You can exclude directories from the avove backup task creation, ex: avoid backing up "/home/dir2" by adding it to RECURSIVE_EXCLUDE_LIST.
## Directories backup list. List of semicolon separated directories that will be backed up.
DIRECTORY_LIST="~/obackup-testdata/testData"
RECURSIVE_DIRECTORY_LIST="~/obackup-testdata/testDataRecursive"
RECURSIVE_EXCLUDE_LIST="~/obackup-testdata/testDataRecursive/Excluded"
DIRECTORY_LIST="${HOME}/obackup-testdata/testData"
RECURSIVE_DIRECTORY_LIST="${HOME}/obackup-testdata/testDataRecursive"
RECURSIVE_EXCLUDE_LIST="${HOME}/obackup-testdata/testDataRecursive/Excluded"
## Rsync exclude / include order (the option set here will be set first, eg: include will make include then exclude patterns)
RSYNC_PATTERN_FIRST=include