Update backup.sh

This commit is contained in:
mirocow 2015-12-14 14:49:42 +04:00
parent 0fa72501bf
commit 4cd8cfd110

View file

@ -76,7 +76,7 @@ backup()
local array_views=()
touch $DST/$BDD/error.log
touch $DST/$BDD/error.log
database_exclude=( ${default_databases_exclude[@]} ${EXCLUDE_DATABASES[@]} )
database_exclude_expression=`prepaire_skip_expression "${database_exclude[@]}"`