Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Dec 6, 2009
1 parent 1af542e commit 86db61e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 4 additions & 1 deletion HISTORY
@@ -1,4 +1,7 @@
0.2.6
0.3.0 (6 Dec 2009)
- Added db2s3:backup:clean task to delete old backups
- Added dependency on activesupport for the clean task
0.2.6 (6 Dec 2009)
- Remove metrics task, since it was far too inaccurate
- Add statistics task to show you the size of your tables
- Only add username to mysql command line if provided in database.yml
Expand Down
6 changes: 2 additions & 4 deletions README
Expand Up @@ -27,11 +27,9 @@ Usage:
rake db2s3:backup:incremental # Unimplemented

# Handy tasks
rake db2s3:metrics # Estimated costs
rake db2s3:statistics # Shows you the size of your DB
rake db2s3:backup:restore # You should be testing this regularly

Caveats:
Currently does not clean up old back ups
rake db2s3:backup:clear # Clean up old backups - cron this

Kudos:
http://github.com/pauldowman/blog_code_examples/tree/master/mysql_s3_backup
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.6
0.3.0

0 comments on commit 86db61e

Please sign in to comment.