rsync

March 25, 2008

rsync is a cool tool for synchronizing data across servers. It can be used in many ways, but I presently use it to transfer files between the server at the physics department and my own computer.

rsync -avR sourcefolder destinationfolder

There are some problems though with permissions though so be sure to allow reading and writing data across the interface…

Leave a Reply