search for: cronscript

Displaying 3 results from an estimated 3 matches for "cronscript".

2003 Jun 18
3
Temporized AGI Scripts.
Hi all, Now I'm working with a E400P, and I don't now if it's possible to do the following. I want that and AGI script (Perl) recieve a call, and the user introduce the date, the time and the destination phone number (where the temporized AGI must call). Before an AGI script will call to that number in the date and time introduced by user. That's possible, and it's how can I
2004 Dec 16
0
Re: [Linux-HA] cl_status trouble
...omments scripts that don''t have to be run on the slave. Sorry all this is in french...But easy to understand. You may have already written it, Edward, but this may help others Now I always use theses two scripts so that the haresources in my clusters begin like this : node.domain Ismaster Cronscripts::root Cronscripts::other_user etc. blablabla ... > > 1.2.3 has cl_status set up as setgid to hacluster, and then has a default > > authorization which allows group hacluster to run cl_status. Well, you told me ''setgid haclient'', not hacluster in your reply to my ms...
2008 Mar 02
1
Wrong uptodate
...cksum -aRvv" OPTIONS2="--force --ignore-errors --delete --delete-excluded --checksum -aRvv" export PATH=$PATH:/bin:/usr/bin:/usr/local/bin # our actual rsyncing function a_rsync() { for BACKUPDIR in $BUPDIR1; do rsync $OPTIONS1 $BACKUPDIR $ARCHIVE1/$CURRENT1 >> /var/log/cronscripts/2serverbup.log 2>&1 done } b_rsync() { for BACKUPDIR in $BUPDIR2; do rsync $OPTIONS2 $BACKUPDIR $ARCHIVE2/$CURRENT2 >> /var/log/cronscripts/2serverbup.log 2>&1 done } . . . a_rsync && b_rsync && date > /tmp/backup set run in cron: BASH=/bin/sh BASH_...