> I have rsync on two Solaris 2.8 machines. I'm trying to replicate a
> directory and all of its subdirectories from one machine to the other. I'm
> not running rsync as a daemon. The command that I'm running is:
> rsync -avvv /opt/samba/ trumpet:/opt/samba
> This runs for a while and then it stops. Any help would be appreciated.
I'm kinda of new to rsync ...but have you tried using the -P parameter to
show the progress of your files...
also, what kind of connections does the server "Trumpet" have...if it
allows only ssh connections...try this command to see if it works:
rsync -avvvP /opt/samba/ -e ssh username@trumpet:/opt/samba/
(please correct me if I am wrong...)
thanks,
jason