rsync
- Monday, July 28, 2008, 8:05
- Tags: sync
- 567 views
- Add a comment
rsync is an open source utility that provides fast incremental file transfer.
rsync is a file transfer program for Unix systems. rsync uses the “rsync algorithm” which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Some features of rsync include
* can update whole directory trees and filesystems
* optionally preserves symbolic links, hard links, file ownership, permissions, devices and times
* requires no special privileges to install
* internal pipelining reduces latency for multiple files
* can use rsh, ssh or direct sockets as the transport
* supports anonymous rsync which is ideal for mirroring
Download: http://samba.anu.edu.au/rsync/download.html
Note: cwRsync is a packaging of rsync for MS Windows.
Popularity: 1% [?]
Related freeware
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!

