-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
My server details:
OS: Windows Server 2003
IIS6
Plesk 8.xx installed (currently using Plesk to set the cronjob)
I need your advice. I have 2 methods:
Method 1:
Using php + mysqldump, create databases backup files into gzip, and then send email with attachment (each databases has around about…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've a bash script that runs a ruby script that fetches my twitter feeds.
## /home/username/twittercron
#!/bin/bash
cd /home/username/twitter
ruby twitter.rb friends
It runs successfully in command line.
/home/username/twittercron
But when I try to run it as a cronjob, it ran but wasn't able…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello there,
I have no idea whats going on. But I have a script that looks like this. Cron job refuses to run it:
include_once 'class_lib/mime_mail/mimeDecode.php';
include_once 'class_lib/Mail/IMAPv2.php';
include_once 'inc-functions.php';
include_once "$_SERVER[DOCUMENT_ROOT]/class_lib/DbFuctioneer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This may not be completely programming related ...
In Xcode I wrote a little Foundation Tool application for maintenance. Copy files from A to B , delete logs and so on. Now I want to run the application in background once a day or once an hour.
How do I set this up?
Can it be done with a Foundation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have written a script that gets data from solr for which date is within the specified period, and I run the script using as a daily cron.
The problem is the cronjob does not complete the task. If I manually run the script (for the same time period), it works well. If I reduce the specified time…
>>> More