On Aug 13, 2011, at 01:33, Prabha vathi wrote: > crontab -e "0 0 * * *" > > i am getting invalid option error now > > Now i have added the following line, > > crontab -e "0 0 * * *" /---as you mentioned -- / >
He said *run* "crontab -e". Then, in the editor interface that opens, add the line "0 0 * * * command_to_run" This is basic cron usage and is not specific to CakePHP; you should be able to find tons of help for this on Google. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
