Merge pull request #1 from alexandrz/master

typo in readme
This commit is contained in:
Woxxy
2012-08-19 04:05:40 -07:00

View File

@ -32,7 +32,7 @@ Setup
s3cmd mb s3://my-database-backups s3cmd mb s3://my-database-backups
6. Put the mysqltos3.sh file somewhere in your server, like `/home/youruser` 6. Put the mysqltos3.sh file somewhere in your server, like `/home/youruser`
7. Give the file 755 permissions `chown 755 /home/youruser/mysqltos3.sh` or via FTP 7. Give the file 755 permissions `chmod 755 /home/youruser/mysqltos3.sh` or via FTP
8. Edit the variables near the top of the mysqltos3.sh file to match your bucket and MySQL authentication 8. Edit the variables near the top of the mysqltos3.sh file to match your bucket and MySQL authentication
Now we're set. You can use it manually: Now we're set. You can use it manually: