I do the following command
rsync -a toCopy/Read_Files/ toCopy/Test
and it works. However when I try through remote access :
rsync -a toCopy/Read_Files/ root@192.168.155.148:/NightTest/
I got the following message
sh: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
Even though I followed instruction from this site
http://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
section Copy a Directory from Local Server to a Remote Server
**See my answer to know what to do if you can't use rsync