The prolem is the ”%” is special to cron and and must be escaped.
change your cron entry to:
16 17 * * * /usr/bin/ksh -c “. /usr/home/user/.profile ; /disk1/servers/rel/scripts/HouseKeep > /disk1/servers/rel/log/Backup/housekeep.log.`date +\%Y\%m\%d.\%H:\%M:\%S`”
should work.
Advertisement