        MODULE=rsync
       VERSION=3.5.0
        SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL=https://download.samba.org/pub/rsync/src/
    SOURCE_VFY=sha256:c7ffd1ef653e99540f661e47cb00b7f9cad1ee6b972399b16f93d672656e0d33
      WEB_SITE=http://rsync.samba.org
       ENTERED=20010922
       UPDATED=20260813
         SHORT="A replacement for rcp"
PSAFE=no

cat << EOF
rsync is a replacement for rcp (and scp) that has many more features.
It uses the "rsync algorithm" which provides a very fast method for 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.

NOTE: rsync as of 2.6.0, now defaults to using ssh. openssh is now a required
depends of rsync.
EOF
