From 84764f5a60751431f08b76055a2a6bccec1d900a Mon Sep 17 00:00:00 2001 From: Dmitry Shlensky Date: Wed, 29 May 2013 12:27:53 +0400 Subject: [PATCH] fix usage example the db2fog:backup:full rake task is deprecated, use db2fog:backup instead --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 54a238c..139dfd8 100644 --- a/README.rdoc +++ b/README.rdoc @@ -74,7 +74,7 @@ pg_version 8 or 9 == Usage # Add to your crontab or whatever - rake db2fog:full + rake db2fog:backup # Handy tasks rake db2fog:restore # You should be testing this regularly