diff --git a/host_backup.conf b/host_backup.conf index 917622c..b628ac8 100755 --- a/host_backup.conf +++ b/host_backup.conf @@ -1,6 +1,6 @@ ###### Local / Remote backup script for files & databases ###### (L) 2013-2015 by Ozy de Jong (www.netpower.fr) -###### obackup v2.x config file rev 2015111102 +###### obackup v2.x config file rev 2015111501 ###### GENERAL BACKUP OPTIONS @@ -51,11 +51,10 @@ SUDO_EXEC=yes ###### REMOTE ONLY OPTIONS ## In case of pulled or pushed backups, remote system URI needs to be supplied. -#REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld:22/" -REMOTE_SYSTEM_URI="ssh://backupmaster@mailer.mvacances.org:49998/" +REMOTE_SYSTEM_URI="ssh://backupuser@remote.system.tld: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="/root/.ssh/id_rsa.srvmailing" +SSH_RSA_PRIVATE_KEY="/root/.ssh/id_rsa" ## ssh compression should be used unless your remote connection is good enough (LAN) SSH_COMPRESSION=yes @@ -72,13 +71,12 @@ REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com" ###### DATABASE SPECIFIC OPTIONS ## Database backup user -SQL_USER=backupmaster -SQL_USER=root #DEBUG +SQL_USER=backupuser ## 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;phplistdb_prod" #DEBUG +DATABASES_ALL_EXCLUDE_LIST="test" ## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces. #DATABASES_LIST="somedatabase"