Created
April 27, 2011 17:37
-
-
Save markcaudill/944754 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s3cmd mb s3://yournewbucket #Create a new bucket | |
s3cmd ls s3://yournewbucket/ #List the contents of the bucket | |
s3cmd put databases.sql s3://yournewbucket/ #Upload the SQL file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment