1
vote
4answers
60 views
how to redirect complete output of a script
I have a simple cronjob running every day at 18:35:
05 18 * * * ~/job.sh 2>&1 >> ~/job.log
So the output of ~/job.sh should be written into ~/job.log. In job.sh, there are some echo …
0
votes
1answer
55 views
Need to Automate PPTP connectivity from Linux to Windows.
Hi All,
I'm in need of setting up cron-based VPN connectivity from Ubuntu "Jaunty" to a Windows-based VPN over PPTP for incremental DB synchronization. Using the default Network Manager and PPTP …
0
votes
3answers
224 views
How to set a complex custom crontab in google-app-engine (java)?
I am building an app for which I need to set up cron jobs. What I want to do is to set the specific minutes in a hour where specific crons should run. For instance:
Task1 at 1st minute of the hour
…
0
votes
1answer
33 views
run cronjobs and send to email problems
Hey
I want to creat a cron job that runs every 10 min < time now
and mail me a email with the follow txt.
"deleted orders"
my code looks like this.
MAILTO=”my_email@mail.com”
*/10 * * * * …
0
votes
2answers
107 views
using curl to cronjob a url
Hi ,
I have an application on php-Codeigniter hosted on MediaTemple and I want to have a cron job runing a controller, the support told me to use CURL I tried using without any succes, example:
…
0
votes
2answers
142 views
How to run .NET exe using cron job on cloud server
Has anyone run an exe using cron job?
I want to run an exe at scheduled intervals on a cloud server.
The scheduled exe is created using .NET.
The cloud server has facility of running Cron jobs using …
0
votes
11answers
157 views
Is there any way to automatically run PHP script on Hosting web server withour cron??
I had a script which sends sms alerts everyday. I want it to send automatically send sms by fetching message from database. Can I do it without cron. Is there any other solution. Plz help
1
vote
2answers
36 views
PHP generate a crontab
I want to have a web interface to control when to call a PHP script. In this interface I want to be able to set certain times or ranges that a script will be called. This information will be stored in …
0
votes
2answers
50 views
How to install cron. Im a newbie
I want to run PHP scripts automatically. For that I googled and I came to know about CRON. But I dont know how to install and use it. Im using only PHP, CSS, HTML, and running on XAMP apache server on …
0
votes
3answers
65 views
Web based cron for free ..
Is there any free web based cron that can do scheduled jobs ....
0
votes
1answer
56 views
PHP loop acting as cronjob[ensure only one instance running]
Hello everybody,
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
…
2
votes
3answers
90 views
Advanced cron for a perl script
I have a Perl script that needs to run following an annual schedule with specific dates and times of when to start and stop. I don't believe crontab can handle this. Is there a Perl module (even a …
0
votes
3answers
111 views
Cakephp Shell Cronjob Controller Action Media Temple Server
Hi All,
I'm trying to create a cron job that will send a weekly newsletter. I tried creating a shell task following what Cakephp manual says. Then I go to the Media Temple Cron jobs and type in the …
0
votes
3answers
59 views
how to invoke ruby script containing system command with cron job?
I have a ruby script containing system command like http://gist.github.com/235833, while I ran this script from shell, it works correctly, but when I added it to my cron job list, it doesn't work any …
0
votes
3answers
78 views
Mysql trigger/events vs Cronjob
Hello,
I have an auction website which let my users place an unlimited amount of autobiddings.
To monitor these autobiddings something has to check the database every second.
My question is if …
