This commit is contained in:
Bob Mottram 2016-11-01 20:22:11 +00:00
parent 81b4d3034f
commit d64ae7a594
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function backup_database_local {
fi
echo $"Obtaining ${1} database backup"
mysqldump --lock-tables --password="$DATABASE_PASSWORD" ${1} > ${local_database_dir}/${1}.sql
if [ -f ${local_database_dir}/${1}.sql ]; then
if [ ! -f ${local_database_dir}/${1}.sql ]; then
if [ ! -s ${local_database_dir}/${1}.sql ]; then
echo $"${1} database could not be saved"
shred -zu ${local_database_dir}/*