Most of the system administrators need to sync some of their local folder to remote folder. You can do this with a simple command line utility rsync. This will synchronizes files and directories from one location to another , securely by using delta encoding. It will synchronize files across the network
by transferring only data that has changed.
http://shibuvarkala.blogspot.com –




