Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
On Mon, Jul 27, 2009 at 01:21 -0400, hadi motamedi wrote: > Dear Kevin Why do you call me Kevin? You're citing my message! > Please be informed that the added lines that we put in the crontab job > list under root are as the followings : > 30 23 * * * cp ~www/db_backup/cdr/RoamingCDR* /home/www >

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Andrei Popescu
On Mon,27.Jul.09, 01:21:06, hadi motamedi wrote: > Dear Kevin > Please be informed that the added lines that we put in the crontab job > list under root are as the followings : > 30 23 * * * cp ~www/db_backup/cdr/RoamingCDR* /home/www > This line is added by issuing "crontab -e" . But we will loose

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Andre Majorel
On 2009-07-27 01:21 -0400, hadi motamedi wrote: > Please be informed that the added lines that we put in the crontab job > list under root are as the followings : > 30 23 * * * cp ~www/db_backup/cdr/RoamingCDR* /home/www > This line is added by issuing "crontab -e" . But we will loose our > added

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread hadi motamedi
Dear Kevin Please be informed that the added lines that we put in the crontab job list under root are as the followings : 30 23 * * * cp ~www/db_backup/cdr/RoamingCDR* /home/www This line is added by issuing "crontab -e" . But we will loose our added line upon server reboot . Regards H.Motamedi O

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Siggy Brentrup
On Mon, Jul 27, 2009 at 05:40 +0100, hadi motamedi wrote: > Dear Kevin > We tried to put our intended script under /etc/cron.daily but it is run just > for the first trial and we don't see any other output for subsequent trial . > Can you please let us know what is wrong in our case ? > Regards > H

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread hadi motamedi
Dear Kevin We tried to put our intended script under /etc/cron.daily but it is run just for the first trial and we don't see any other output for subsequent trial . Can you please let us know what is wrong in our case ? Regards H.Motamedi On Sun, Jul 26, 2009 at 10:54 PM, Kevin Ross wrote: >

RE: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Kevin Ross
> Dear All > We have set a new scheduled task through crontab job list , as the followings : > #crontab -e > 30 23 * * * cp ~www/db_backup/cdr/cdrFromMSC* /tmp > It is functioning correctly but we will loose it after server reboot . Can you please let us know how we can set it permanently even afte

Re: Inquiry: How to set the crontab job permanently

2009-07-26 Thread Ron Johnson
HTML mail is a Bad Thing!! Please turn it off. On 2009-07-25 23:02, hadi motamedi wrote: Dear All We have set a new scheduled task through crontab job list , as the followings : #crontab -e 30 23 * * * cp ~www/db_backup/cdr/cdrFromMSC* /tmp It is functioning correctly but we will loose i

Re: Inquiry: How to set the crontab job permanently

2009-07-25 Thread Suno Ano
Hadi> We have set a new scheduled task through crontab job list , as Hadi> the followings : Hadi> #crontab -e Hadi> 30 23 * * * cp ~www/db_backup/cdr/cdrFromMSC* /tmp Hadi> It is functioning correctly but we will loose it after server Hadi> reboot . Can you please let us know how we can set