We have several CRON jobs running on our apache / whm server. We are using php. The scripts all work completely fine when run from the browser.
Looking at plone.org to find a way to periodically pack my instance\'s ZODB I could on开发者_运维技巧ly find http://plone.org/documentation/faq/how-do-i-pack-the-zodb that doesn\'t talk about automate
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I need to call a script via curl in one of my cron jobs. The script needs write access to the web root. Apache doesn\'t have write acce开发者_开发问答ss to my web root. How can I execute the cron job
In crontab, can you do something like this? * * * * * echo开发者_如何转开发 $( date +%F) >> /path/date.txt
I need to write a cron which will check for some product attribute/states. I\'m new to Magento, and I guess the best way to do it is to use the provided Magento method.
crontab -l gives me 开发者_Go百科this 0,2,4,6,8,10 * * * * /bin/bash -l -c \'cd /home/ruben/Monitoring ; script/rails runner Ping.check_pings\'
I was wondering if i can run a dll (c#) with crontab ? The dll is compile with mono. thx :) -- EDIT -- Well it can be a .exe. I was looking at daemons on mac and linux, do you think I ca开发者_运维
when I loging incentos as root via ssh i type at-f /etc/at_stopssh.txt now + 5 minutes and it works, one schedule job has been setup sucessfully
I\'ve been trying to get my script to run each day at 06:01 AM. The script fetches data and outputs it to an .xml file like the following.