From 0b7bece772b46c95280d7452b1252ea1322df164 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 17 Feb 2009 11:38:37 -0800 Subject: [PATCH] updated readme --- README.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 502688b..d0ce191 100644 --- a/README.rdoc +++ b/README.rdoc @@ -85,7 +85,10 @@ in your "config/deploy.rb" file do something like: end end -THIS WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES! +By mixing and matching the --load-file and --user options with your various :roles in Capistrano it is entirely possible to deploy different crontab schedules under different users to all your various servers. Get creative! + +USING THE --write-crontab OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES! + ------------------------------------------------------------ Better documentation on the way!