This commit is contained in:
Fabio Woxxy
2011-09-20 17:43:46 +02:00
parent ceb868896c
commit 60b3dd3ea1

View File

@ -20,7 +20,7 @@ echo "Starting backing up the database to a file..."
${MYSQLDUMPPATH}mysqldump --quick --user=${MYSQLROOT} --password=${MYSQLPASS} --single-transaction --all-databases > ~/all-databases.sql
echo "Done backing up the database to a file."
eco "Starting compression..."
echo "Starting compression..."
tar czf ~/all-databases.tar.gz ~/all-databases.sql