| ||||||||
rsyncrsync is a really useful Linux/Unix platform utility for synchronizing files, and can also be used as a tool for backing up data from one machine to another, using large capacity hard disk drives as the main backup medium, thus creating duplicate sets of data. rsync transfers only the changes in files, or newly created files, using the rsync algorithmi, compressing the differences on on the fly and transferring the data to the destination, making network file transfers very fast and efficient. rsync was originally developed by Andrew Tridgell. rsync links (links open in a new window)
| ||||||||