rsync hangs on solaris

Jie Gao J.Gao at isu.usyd.edu.au
Thu Aug 23 09:11:03 EST 2001


On Wed, 22 Aug 2001, Abdul Rahman wrote:

> perhaps put rsync in verbose mode and attempt to assess
> the exit status...this may help in troubleshooting...
>
> has anything changed in your network?
> are you using scp within rsync?
> what is your command set for rsync?

Here's the script for the cron job:

#! /bin/sh

/usr/local/bin/rsync --verbose  --progress --stats --compress --rsh=/usr/local/bin/ssh \
                     --owner --group --recursive --times --perms --links --delete \
                     --device --hard-links --exclude "*bak" --exclude "*~" \
                     /opt/mydir my_host:/opt

I've just killed the cron job and got this at the end of the output:

Write failed flushing stdout buffer.
write stdout: Broken pipe
Killed

Hope this is enough for you.

Regards,



Jie





More information about the rsync mailing list