| Port details |
- rsync Network file distribution/synchronization utility
- 3.4.1_6 net
=361 3.4.1_5Version of this port present on the latest quarterly branch. - Maintainer: rodrigo@FreeBSD.org
 - Port Added: unknown
- Last Update: 2026-01-22 16:57:09
- Commit Hash: fc42790
- People watching this port, also watch:: libiconv, expat, gmake, png, freetype2
- License: GPLv3+
- WWW:
- https://rsync.samba.org/
- Description:
- rsync is a replacement for rcp that has many more features.
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.
This makes rsync a good remote file distribution/synchronization utility
in a dialup PPP/SLIP environment.
Note, requires rsync on the destination machine.
There is a Computer Science Technical Report on the rsync algorithm is
included in the distribution, and is available as
ftp://samba.anu.edu.au/pub/rsync/tech_report.ps
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/rsync/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rsync
- pkg install rsync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rsync
- Package flavors (<flavor>: <package>)
- default: rsync
- python: rsync-python
- distinfo:
- TIMESTAMP = 1737009301
SHA256 (rsync-3.4.1.tar.gz) = 2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52
SIZE (rsync-3.4.1.tar.gz) = 1172739
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72_1 : devel/autoconf
- automake>=1.18.1 : devel/automake
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libxxhash.so : devel/xxhash
- libzstd.so : archivers/zstd
- libiconv.so : converters/libiconv
- This port is required by:
- for Build
-
- archivers/rvm
- audio/lyrionmusicserver
- audio/musicpc
- devel/hs-git-annex
- games/anki
- games/freedoko
- graphics/lightzone
-
Deleted ports which required this port:
- for Run
-
- archivers/rvm
- databases/mariadb1011-server
- databases/mariadb106-server
- databases/mariadb114-server
- databases/mariadb118-server
- databases/pgbarman
- databases/postgresql-repmgr
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for rsync-3.4.1_6:
DOCS=on: Build and/or install documentation
ICONV=on: Encoding conversion support via iconv
POPT_PORT=off: Use popt from devel/popt instead of bundled one
SSH=on: Use SSH instead of RSH
ZLIB_BASE=on: Use zlib from base instead of bundled one
====> Functionality provided by third party patches: you can only select none or one of them
FLAGS=on: File system flags support patch, adds --fileflags
RENAMED=off: Add support for renamed file detection
===> Use 'make config' to modify these settings
- Options name:
- net_rsync
- USES:
- autoreconf:build cpe ssl iconv:translit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2025-12-28
Affects: users of net/rsync Author: rodrigo@FreeBSD.org Reason:
Add a new option PYTHON that controls when the Python script
sbin/rrsync is installed and adds the necessary dependencies.
By default this option is off; updating the package will remove
the rrsync script.
|
Number of commits found: 217 (showing only 17 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
09 Apr 2001 18:33:59
    |
obrien  |
Numerically note the rsync w/ssh as rsh problem was fixed. |
08 Apr 2001 16:48:29
    |
obrien  |
rsync sometimes freezes during execution if it is run over ssh. rsync turns on
blocking I/O mode if remote shell command is rsh (ie. matched RSYNC_RSH) to
work around some broken rsh implementations on other platforms. |
08 Mar 2001 11:40:26
    |
obrien  |
Change the default remote protocol from RSH to SSH. |
07 Feb 2001 14:51:16
    |
obrien  |
Put back my editor hints that were removed w/o permission. Note these are
*FULLY* Satoshi approved for the past 4 years. |
16 Jan 2001 17:33:20
    |
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
09 Jan 2001 17:09:44
    |
obrien  |
Add a missing \ |
07 Jan 2001 17:49:52
    |
will  |
Clean up inefficient perl invocations; use multiple REs in the same call. |
21 Dec 2000 20:16:10
    |
obrien  |
Remove Y2k. Satoshi said it wasn't needed any more. |
22 Nov 2000 00:26:04
    |
obrien  |
Add $FreeBSD$, which help me in problem reports. |
08 Oct 2000 07:19:09
    |
asami  |
Convert category net to new layout. |
13 Sep 2000 21:02:11
    |
sumikawa  |
Enable IPv6 supporting. |
08 Sep 2000 21:15:04
    |
obrien  |
Update to 2.4.6. |
01 Sep 2000 14:08:59
    |
sumikawa  |
use latest IPv6 patch. - freeaddrinfo(NULL) was executed when reverse
looking up of the client was failed in server mode. - -4/-6
options did not work in rsync client mode. |
26 Aug 2000 08:54:20
    |
sumikawa  |
Enable IPv6 patch. |
25 Aug 2000 20:27:56
    |
obrien  |
Uprade to version 2.4.5. |
09 Aug 2000 11:25:33
    |
obrien  |
Upgrade to version 2.4.4. |
19 Jul 2000 16:36:19
    |
sumikawa  |
Re-enable IPv6 supporting. |
Number of commits found: 217 (showing only 17 on this page)
|