rsync issue

Hi,

I am using rsync to copy data.

rsync -auzvv --delete --exclude=.snapshot --exclude=dqextracts /gmu/install/data/ /gmuqueue/gmu/install/data
rsync -auzvv --delete --exclude=.snapshot /temp/vap/gmu /gmuqueue/temp/vap/gmu

The above statements are in /home/gmu/rsync_run. this script is scheduled to run using cron job by root user

It appears that the first rync statement is not executing. second rsync command has been running for the last 3 days eventhough both /temp/vap/gmu, /gmuqueue/temp/vap/gmu are in sync.

Data in /gmuqueue/gmu/install/data has not been updated for the last 3 days.

/gmuqueue is not full either. 53% is only used.

I am not able to find out where the problem is w.r.t. rsync. It appears that rsync process hang.

Please help me on this. Appreciate your prompt response