Copying Oracle Home Directories using rsync:
rsync -auvzpogl -e ssh /u01/app/oracle/product/10.2.0/db_1/ 172.22.9.13:/u01/app/oracle/product/10.2.0/db_1/
Copying Oracle Base Directories using rsync:
rsync -auvzpogl -e ssh /u01/app/oracle/ 172.22.9.13:/u01/app/oracle/
Copying oratab, oraInst.loc files using rsync:
rsync -auvzpogl -e ssh /etc/oratab 172.22.9.13:/etc
rsync -auvzpogl -e ssh /etc/oraInst.loc 172.22.9.13:/etc