Hi, I am a newbee to RSYNC. Could somebody guide me how to sync two directories on different machines. I will explain details. I have a Production Server Oracle DB (8.1.5) on SUN Solaris 2.6. I have another standby Database Server same configuration as Production DB Server. Using Oracle Methods I am saving Archive Logs of the Production DB on both Servers. but some times Archive logs are not copied properly to the Standby Server. I want to run Rsync script every 15 min to check the files in both directories. Can somebody Please help me with this. I tried to do like this from destination(Standby Server) With Password rsync -vc oracle/password@HOSTIP::/oradata1/arch /opt/oracle/arch oracle/password@HOSTIP::/oradata1/arch : No such file or directory wrote 17 bytes read 16 bytes 66.00 bytes/sec total size is 0 speedup is 0.00 Without Password rsync -vc oracle@HOSTIP::/oradata1/arch /opt/oracle/arch ERROR: The remote path must start with a module name Do I have to run any demons on any side ? Thanks In advance Koti Reddy
