mirror of
https://github.com/ChrisSewell/MySQL-backup-to-Amazon-S3.git
synced 2025-07-01 18:47:26 -04:00
Typo
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user