[CentOS-mirror] Alternative for rsync

Prof. P. Sriram sriram at ae.iitm.ac.in
Wed May 6 10:09:36 UTC 2009


On Wed, 6 May 2009, Manikanta wrote:
> Is there any HTTP based synchroniztion tool?

you can use wget, but all those would be terrible ways to do it. for a
single byte change in a file, you would discard the local copy and
download the entire file from the upstream server. rsync will do a diff
kind of thing and is about the only sane way of doing it. prevail on your
organization to open the port. does your organization really believe in
port number / protocol based security?

-- 
sriram


More information about the CentOS-mirror mailing list