mirror of
https://github.com/ChrisSewell/MySQL-backup-to-Amazon-S3.git
synced 2025-07-01 18:47:26 -04:00
Removed annoying encryption
This commit is contained in:
@ -37,7 +37,7 @@ echo "Past backup moved."
|
||||
|
||||
# upload all databases
|
||||
echo "Uploading the new backup..."
|
||||
s3cmd put --encrypt -f ~/all-databases.tar.gz s3://${S3BUCKET}/${PERIOD}/
|
||||
s3cmd put -f ~/all-databases.tar.gz s3://${S3BUCKET}/${PERIOD}/
|
||||
echo "New backup uploaded."
|
||||
|
||||
echo "Removing the cache files..."
|
||||
|
Reference in New Issue
Block a user