openbsd-ports/net/rsync/pkg/DESCR
espie 8929887ae4 All fixes actually entered into the main source.
Clean port, no patches.
Similar to rdist, but leaner, and works over ssh.
1998-11-26 18:22:06 +00:00

12 lines
511 B
Plaintext

Rsync is a mirroring tool that uses a brilliant algorithm for figuring
out a small difference set between files and sending only the difference
over the link, typically using a very small bandwidth compared to e.g.,
rdist.
Rsync communicates over a lower-level protocol, such as rsh or ssh,
allowing for secure updating.
On the down side, rsync is not quite as versatile as rdist when it comes to
mirroring only part of a hierarchy, though one can possibly use a perl
wrapper to obtain the same adaptability.