rsync server not found solaris

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

Be the first to comment

Leave a Reply