Oracle Communications Calendar Server + davadmin + Solaris 10
Hi,
I'm facing a problem today on Oracle Communications Calendar Server, I made a script to backup customers calendar, So when I manually execute the script everything is ok.
The problem occurs when i want to use this script with a crontab, it seems that the script does not execute the FOR loop inside.
I tried many things, absolute path, shebang (bash,sh) etc. and it's always the same.
Here is my script :
#!/bin/sh
SUNCAL=/opt/sun/comms/calendar8/davserver/sbin
DATE=`date '+DATE: %Y%m%d%H%M%S' |cut -f2 -d ' '`;
BACKUPDIR=/backup/calendar