I have an OS X 10.6 Server running apache, php. I have CronniX installed to help me manage my cron jobs. I have a php script like this:
Hello i have a script like this one: #!/usr/bin/bash ARSIP=/apps/bea/scripts/arsip CURDIR=/apps/bea/scripts
I have a very simple task. I have a crontab that will run a script every hour. The script is meant to simply process a URL.
I am trying to figure out how to run a SSH command via cron for linux.The command I want to run is: svn update /path/to/working/dir
I have a cron job like the following: 07 14 * * 1-5 python /home/foo/cronscript.py The script: if __name__ == \'__main__\':
I\'m having a rough time executing script/runner with a cron and RVM.I believe the issues lie with the rvm environment not being set before the runner is executed.
I need to run scripts at dynamic times (coinciding with a datetime in a database).Any ideas how to accomplish this?
I run a game statistics site. Its MySQL database i开发者_运维知识库s small potatoes compared to most of the things people work on around here, but shared hosting does necessitate an eye on query optim
I have to download a 开发者_开发技巧file from an SFTP server everyday. I have the program which retrieves the file from the server but I was thinking of setting up a cron job (or anything similar) to
I have a strange problem. I have a cron set up to check a database for a given date that is entered. If today\'s date matches the db recond, it supposed to change a value in a db table.