if you are using rsync in solaris you will need to specify a path to the rsync binary. If you installed rsync from the package it will usually be located in /opt/sfw/bin/rsync
So your full command would look like
rsync -a --rsync-path=/opt/sfw/bin/rsync user@hostname:/path/to/file here
Leave a Reply
You must be logged in to post a comment.