mirror of
https://github.com/ChrisSewell/MySQL-backup-to-Amazon-S3.git
synced 2025-07-01 18:47:26 -04:00
fixing readme formatting
This commit is contained in:
@ -16,9 +16,9 @@ Setup
|
|||||||
1. Register for Amazon AWS (yes, it asks for credit card)
|
1. Register for Amazon AWS (yes, it asks for credit card)
|
||||||
2. Install s3cmd (following commands are for debian/ubuntu, but you can find how-to for other Linux distributions on [s3tools.org/repositories](http://s3tools.org/repositories))
|
2. Install s3cmd (following commands are for debian/ubuntu, but you can find how-to for other Linux distributions on [s3tools.org/repositories](http://s3tools.org/repositories))
|
||||||
|
|
||||||
wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add -
|
wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add -
|
||||||
sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
|
sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
|
||||||
sudo apt-get update && sudo apt-get install s3cmd
|
sudo apt-get update && sudo apt-get install s3cmd
|
||||||
|
|
||||||
3.Get your key and secret key at this [link](https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key)
|
3.Get your key and secret key at this [link](https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user