diff --git a/dev/tests/conf/old.conf b/dev/tests/conf/old.conf index 87402be..b14c4b4 100644 --- a/dev/tests/conf/old.conf +++ b/dev/tests/conf/old.conf @@ -29,7 +29,7 @@ RSYNC_EXECUTABLE=rsync ## Remote options (will make backups of remote system through ssh tunnel, public RSA key need to be put into /home/.ssh/authorized_keys in remote users home directory) REMOTE_BACKUP=yes -SSH_RSA_PRIVATE_KEY=${HOME}/.ssh/id_rsa_local +SSH_RSA_PRIVATE_KEY=${HOME}/.ssh/id_rsa_local_obackup_tests REMOTE_USER=root REMOTE_HOST=localhost REMOTE_PORT=22 @@ -44,7 +44,7 @@ REMOTE_3RD_PARTY_HOST="www.kernel.org www.google.com" SQL_USER=root ## Save all databases except the ones specified in the exlude list. Every found database will be backed up as separate task (see documentation for explanation about tasks) DATABASES_ALL=yes -DATABASES_ALL_EXCLUDE_LIST="test;information_schema;zarafa_prod" +DATABASES_ALL_EXCLUDE_LIST="test;information_schema;kopano_prod" # Alternatively, you can specifiy a manual list of databases to backup separated by spaces DATABASES_LIST="" ## Max backup execution time per DB task. Soft is warning only. Hard is warning, stopping backup task and processing next one. Time is specified in seconds diff --git a/dev/tests/conf/pull.conf b/dev/tests/conf/pull.conf index 15b9a02..58e0022 100644 --- a/dev/tests/conf/pull.conf +++ b/dev/tests/conf/pull.conf @@ -61,7 +61,7 @@ FILE_WARN_MIN_SPACE=1048576 REMOTE_SYSTEM_URI="ssh://root@localhost:22/" ## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. -SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" +SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local_obackup_tests" ## Alternatively, you may specify an SSH password file (less secure). Needs sshpass utility installed. SSH_PASSWORD_FILE="" diff --git a/dev/tests/conf/push.conf b/dev/tests/conf/push.conf index 4a1d3ae..b3e3398 100644 --- a/dev/tests/conf/push.conf +++ b/dev/tests/conf/push.conf @@ -61,7 +61,7 @@ FILE_WARN_MIN_SPACE=1048576 REMOTE_SYSTEM_URI="ssh://root@localhost:22/" ## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. -SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" +SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local_obackup_tests" ## Alternatively, you may specify an SSH password file (less secure). Needs sshpass utility installed. SSH_PASSWORD_FILE=""