Perfect. Thanks!<br>V<br><br><div class="gmail_quote">On Fri, Nov 13, 2009 at 3:26 PM, Bowie Bailey <span dir="ltr"><<a href="mailto:Bowie_Bailey@buc.com">Bowie_Bailey@buc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Victor Subervi wrote:<br>
> On Fri, Nov 13, 2009 at 2:47 PM, <<a href="mailto:m.roth@5-cent.us">m.roth@5-cent.us</a><br>
</div><div><div></div><div class="h5">> <mailto:<a href="mailto:m.roth@5-cent.us">m.roth@5-cent.us</a>>> wrote:<br>
><br>
>     > On 11/13/2009 07:21 PM, Larry Brigman wrote:<br>
>     >> either write an init script to be added to /etc/rc.d/init.d or<br>
>     >> add it to the end of /etc/rc.d/rc.local<br>
>     ><br>
>     > It looks, to me, that Victor is at a stage where he does not<br>
>     know what<br>
>     > he is doing with the basic stuff - pointing him at good docs<br>
>     might be<br>
>     > worth more than spoon-feeding.<br>
><br>
><br>
> I'm a bit rusty. It's been a couple of years since I've run my own<br>
> server, and I don't know this OS. And as we all know, each OS is<br>
> different. I'm trying to install scripts I wrote years ago to do my<br>
> MySQL backups.<br>
><br>
> As for pointing me to the docs, I looked through them but couldn't<br>
> make heads or tails of them. Yes, I need to study them, but right now<br>
> I just need to get some basic things working so that I can make a<br>
> little money and put food on the table :)<br>
><br>
> I've loaded my scripts to /etc/rc.d/init.d Now how do I schedule my<br>
> cron jobs?<br>
<br>
</div></div>Drop them into /etc/cron.daily (or hourly, weekly, or monthly).  Or for<br>
a bit more control, try "crontab -e" as the user the scripts should run<br>
under.  "man 5 crontab", for the crontab file syntax.<br>
<br>
--<br>
<font color="#888888">Bowie<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>