Install the components
If rsync is missing from your system, download from Oracle the needed files.  The needed files can be found at:
ftp://ftp.sunfreeware.com/pub/freeware/{platform}/10/
The platform can be i386 or sparc.
Look for the following files and download them.  The file names are:
- libgcc-3.4.6-sol10-sparc-local.gz
 - libiconv-1.14-sol10-sparc-local.gz
 - libintl-3.4.0-sol10-sparc-local.gz
 - popt-1.14-sol10-sparc-local.gz
 - rsync-3.0.9-sol10-sparc-local.gz
 
Expand the files with:
- gunzip libiconv-1.14-sol10-sparc-local.gz
 - gunzip libintl-3.4.0-sol10-sparc-local.gz
 - gunzip popt-1.14-sol10-sparc-local.gz
 - gunzip rsync-3.0.9-sol10-sparc-local.gz
 - gunzip libgcc-3.4.6-sol10-sparc-local.gz
 
and then install it using the below commands:
- /usr/sbin/pkgadd -d libiconv-1.14-sol10-sparc-local
 - /usr/sbin/pkgadd -d libintl-3.4.0-sol10-sparc-local
 - /usr/sbin/pkgadd -d popt-1.14-sol10-sparc-local
 - /usr/sbin/pkgadd -d rsync-3.0.9-sol10-sparc-local
 - /usr/sbin/pkgadd -d libgcc-3.4.6-sol10-sparc-local