rsync : Java Glossary
home R words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
Rsync logo rsync
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. Rsync is usually teamed with SSH for privacy. Without rsync, with ordinary FTP, your passwords are sent in plain text, easy pickings for snoops. Normally you have a full time rsync server on TCP port 873, with clients coming in via SSH Rsync client software, though it is possible to run the server, as needed, via a remote SSH login.

The problems with rsync are primarily political.

  1. You need permission to install and run rsync on some server.
  2. You need permission to tunnel through the client and server firewalls to get to the rsync server.
I wrote The Replicator, an rsync replacement, which uses just ordinary FTP and HTTP to get around those two problems. You don’t need anything but vanilla generic FTP/FTPS and HTTP software running on the server. It is not as clever as rsync, but it fills the same niche.

CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.16] The information on this page is for non-military use only.
You are visitor number 8,907. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/rsync.html J:\mindprod\jgloss\rsync.html