notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
rdiff-backup Local/remote mirroring+incremental backup
1.2.8_3,1 sysutils Deleted on this many watch lists=17 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.8_3,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-09-15
Maintainer: uzsolt@uzsolt.hu search for ports maintained by this maintainer
Port Added: 2003-07-03 08:32:54
Last Update: 2020-05-17 08:35:20
SVN Revision: 535526
People watching this port, also watch:: openssl, gnupg, nmap, vim
License: GPLv2
WWW:
http://www.nongnu.org/rdiff-backup/
Description:
rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. WWW: http://www.nongnu.org/rdiff-backup/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependency lines:
  • rdiff-backup>0:sysutils/rdiff-backup
Conflicts:
CONFLICTS:
  • rdiff-backup-devel-[0-9]*
  • rdiff-backup-1.0*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: rdiff-backup
Package flavors (<flavor>: <package>)
  • py27: rdiff-backup
distinfo:
SHA256 (rdiff-backup-1.2.8.tar.gz) = 0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db SIZE (rdiff-backup-1.2.8.tar.gz) = 196526

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Library dependencies:
  1. librsync.so : net/librsync
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/keep*
  2. Collapse this list of deleted ports.
* - 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 rdiff-backup-1.2.8_3,1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.twaren.net/Unix/NonGNU/rdiff-backup/
  2. http://distcache.FreeBSD.org/local-distfiles/vd/rdiff-backup/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/vd/rdiff-backup/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/vd/rdiff-backup/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/vd/rdiff-backup/
  6. http://ftp.twaren.net/Unix/NonGNU/rdiff-backup/
  7. http://gnu.mirrors.pair.com/savannah/savannah/rdiff-backup/
  8. http://mirror.lihnidos.org/GNU/savannah/rdiff-backup/
  9. http://nongnu.askapache.com/rdiff-backup/
  10. https://download-mirror.savannah.gnu.org/releases/rdiff-backup/
  11. https://download.savannah.gnu.org/releases/rdiff-backup/
Collapse this list.

Number of commits found: 49

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.8_3,1
17 May 2020 08:35:20
Revision:535526Original commit files touched by this commit
tagattie search for other commits by this committer
- Update to 2.0.0 and undeprecate
- Rename portname to py-rdiff-backup following Python Ports Policy[1]
- Flavorize
- Remove PORTEPOCH due to package name change
- Use CHEESESHOP as MASTER_SITES instead of USE_GITHUB as per [1]
- Update COMMENT to match the description at PyPi as per [1]
- Update LICENSE and LICENSE_FILE based on the info at PyPi
- Add autoplist and concurrent to USE_PYTHON as per [1]
- Delete MAN1S and DOCS to let autoplist handle these files
- Delete pkg-plist in favor of autoplist
- Add TEST_DEPENDS and do-test target

[1] https://wiki.freebsd.org/Python/PortsPolicy

PR:		246250
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Reviewed by:	koobs, bapt
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/rdiff-backup/rdiff-backup/blob/v2.0.0/CHANGELOG
Differential Revision:	https://reviews.freebsd.org/D24816
1.2.8_3,1
02 Apr 2020 11:58:44
Revision:530278Original commit files touched by this commit
sunpoet search for other commits by this committer
Move net/librsync2 to net/librsync

- Bump PORTREVISION of dependent ports for dependency change

net/librsync was removed from ports tree almost 3 years ago.

from MOVED:
net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use
net/librsync2 instead
1.2.8_2,1
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
1.2.8_2,1
19 Feb 2020 17:59:36
Revision:526520Original commit files touched by this commit
antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
1.2.8_2,1
04 Jul 2017 19:41:21
Revision:445039Original commit files touched by this commit
bhughes search for other commits by this committer
multiple ports: Update MAINTAINER

Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm

PR:		220323
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11469
1.2.8_2,1
06 May 2017 05:48:14
Revision:440218Original commit files touched by this commit
miwi search for other commits by this committer
- Limit to build to python:2.7

PR:		    217974
Submitted by:	Daniel Ylitalo
Approved by:	maintainer
1.2.8_2,1
24 Jan 2017 19:44:34
Revision:432379Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update librsync to 2.0.0 and move to net/librsync2.
  This is ABI-compatible with 1.0.0, but due to an accident
  upstream with releasing 1.0.1 with a reversed shlib version,
  they released 2.0.0 with only a restoration of the shlib
  version of 2.

Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
1.2.8_2,1
04 Dec 2016 12:53:05
Revision:427779Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add PORTSCOUT

PR:		215042
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
1.2.8_2,1
12 May 2016 11:24:54
Revision:415061Original commit files touched by this commit
arved search for other commits by this committer
Switch dependency from old net/librsync to net/librsync1

PR:		208934
Submitted by:	mvoorhis@cs.wpi.edu
Approved by:	maintainer
1.2.8_1,1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.2.8_1,1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.2.8_1,1
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.2.8_1,1
24 Aug 2014 16:39:20
Revision:365960Original commit files touched by this commit
adamw search for other commits by this committer
- replace USE_PYTHON and USE_PYDISTUTILS to USES=python and USE_PYTHON=distutils
- strip the generated libraries
- pass maintainership to submitter

PR:		192785
Submitted by:	Zsolt Udvari
1.2.8_1,1
16 Nov 2013 04:15:29
Revision:333979Original commit files touched by this commit
vanilla search for other commits by this committer
1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
1.2.8_1,1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.2.8_1,1
27 May 2013 19:01:46
Revision:319279Original commit files touched by this commit
bsam search for other commits by this committer
. add LICENSE=GPLv2;
. remove shlib ABI version number from LIB_DEPENDS;
. bump PORTREVISION;
. trim Makefile headers;
. define PORTDOCS at Makefile;
. remove PORTDOCS lines from pkg-plist;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use plain install instead .for loops.
1.2.8,1
13 Jul 2012 14:14:13
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
- Thank you for your years of service

With hat::      portmgr
1.2.8,1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2.8,1
29 Dec 2010 20:04:42
Original commit files touched by this commit
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
1.2.8,1
07 May 2009 07:05:53
Original commit files touched by this commit
vd search for other commits by this committer
Transfer maintainership of

sysutils/duplicity
sysutils/rdiff-backup
sysutils/rdiff-backup-devel
sysutils/rdiff-backup10

from myself to Peter Schuller because he has been more active than me
in updating those ports and sent so many ready-to-be-committed patches.
1.2.8,1
27 Mar 2009 06:43:55
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade sysutils/rdiff-backup from 1.2.6 to 1.2.8

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-stable

PR:             ports/132907
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
1.2.6,1
01 Feb 2009 07:07:46
Original commit files touched by this commit
vd search for other commits by this committer
Fix CONFLICTS in rdiff-backup, rdiff-backup-devel and rdiff-backup10.
1.2.6,1
01 Feb 2009 06:45:13
Original commit files touched by this commit
vd search for other commits by this committer
Non-functional change in sysutils/rdiff-backup: change variable
name to be in sync with sysutils/rdiff-backup-devel.
1.2.6,1
01 Feb 2009 06:37:49
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade sysutils/rdiff-backup from 1.2.5 to 1.2.6

ChangeLog:
http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/CHANGELOG-stable

PR:             ports/131188
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
1.2.5,1
10 Jan 2009 06:48:06
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade sysutils/rdiff-backup from 1.2.2 to 1.2.5

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-stable
1.2.2,1
25 Oct 2008 18:42:25
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade sysutils/rdiff-backup from 1.2.1 to 1.2.2

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-stable

PR:             ports/128364
Submitted by:   peter.schuller@infidyne.com
1.2.1,1
28 Sep 2008 19:41:23
Original commit files touched by this commit
vd search for other commits by this committer
Upgrade sysutils/rdiff-backup from 1.2.0 to 1.2.1

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-stable

PR:             ports/127163
Submitted by:   peter.schuller@infidyne.com
1.2.0,1
28 Sep 2008 19:35:05
Original commit files touched by this commit
vd search for other commits by this committer
sysutils/rdiff-backup:

Non-functional change: silence bogus portlint warning by
using "for f" instead of "for file".
1.2.0,1
15 Aug 2008 12:23:00
Original commit files touched by this commit
vd search for other commits by this committer
* Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
* Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0
* Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr

PR:             ports/126313, ports/126314, ports/126315 (based on)
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
1.0.5_1,1
06 Jun 2008 14:03:26
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.0.5,1
16 Mar 2007 06:59:16
Original commit files touched by this commit
vd search for other commits by this committer
Add backup master sites after the only one master site was down recently.

Reported by:    kris
1.0.5,1
14 Nov 2006 07:20:22
Original commit files touched by this commit
vd search for other commits by this committer
* Upgrade sysutils/rdiff-backup from 1.0.4 to 1.0.5
* Adopt
1.0.4,1
06 Sep 2006 02:54:39
Original commit files touched by this commit
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
1.0.4,1
17 Jan 2006 08:59:59
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 1.0.4

PR:             ports/91866
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    maintainer
1.0.3,1
12 Dec 2005 12:48:22
Original commit files touched by this commit
mnag search for other commits by this committer
Force commit to say my last update are to 1.0.3 instead 1.0.4

Notified by:    kris
1.0.3,1
27 Nov 2005 21:03:55
Original commit files touched by this commit
mnag search for other commits by this committer
Update to 1.0.4 [1]
Add SHA256 [1]
Fix CONFLICTS [2]

PR:             89625 [2], 89626 [1]
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    maintainer
1.0.2,1
12 Nov 2005 00:18:01
Original commit files touched by this commit
mnag search for other commits by this committer
Add new port rdiff-backup-devel 1.1.2 as slave port of rdiff-backup.
Update rdiff-backup to support master port

PR:             88801
Submitted by:   Vasil Dimov <vd@datamax.bg>
1.0.2,1
02 Nov 2005 12:51:23
Original commit files touched by this commit
mnag search for other commits by this committer
Update to 1.0.2

PR:             88331
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    Steve Clement <steve@ion.lu> (maintainer)
1.0.1,1
08 Oct 2005 07:09:49
Original commit files touched by this commit
lawrance search for other commits by this committer
- Upgrade rdiff-backup to 1.0.1, which is the logical next version for both
  rdiff-backup and rdiff-backup-devel.
- Remove rdiff-backup-devel and add an entry to MOVED to migrate users to
  rdiff-backup.
- Add an UPDATING to notify users about the incompatibility between the
  last version of rdiff-backup and version 1.0.1

PR:             ports/86108
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    Steve Clement <steve@ion.lu> (maintainer, rdiff-backup)
                Peter Schuller <peter.schuller@infidyne.com> (maintainer,
rdiff-backup-devel)
Discussed with: submitter and a couple of other rdiff-backup users
0.12.8,1
20 Apr 2005 14:43:31
Original commit files touched by this commit
lawrance search for other commits by this committer
- Downgrade rdiff-backup from the development version that was
  incorrectly submitted to the latest stable version.
- Add a pkg-message explaining incompatibility between this and
  the last version.
- Remove a patch no longer needed

PR:             ports/80079
Submitted by:   Steve Clement <steve@fucker.ion.lu>
Approved by:    clement (mentor)
0.13.4_1
12 Apr 2005 13:21:35
Original commit files touched by this commit
flz search for other commits by this committer
- Update to 0.13.4.
- Pass maintainership to submitter.

PR:             ports/79822
Submitted by:   Steve Clement <steve@ion.lu>
0.12.7_1
05 Mar 2005 22:09:34
Original commit files touched by this commit
vs search for other commits by this committer
Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!

PR:             ports/78088
0.12.7_1
14 Dec 2004 16:07:00
Original commit files touched by this commit
vs search for other commits by this committer
Correctly detect EDEADLK instead of EDEADLOCK on FreeBSD

PR:             ports/73972
Submitted by:   Charles Ulrich
Approved by:    maintainer timeout
0.12.7
03 Jun 2004 09:21:51
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.12.7

PR:             ports/67492
Submitted by:   Sven W <sven@dmv.com>
Approved by:    maintainer
0.12.3_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.12.3_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.12.3
14 Aug 2003 09:51:57
Original commit files touched by this commit
leeym search for other commits by this committer
Update to newest version of rdiff-backup (0.12.3)
update the URL of MASTER_SITES

PR:             55566
Submitted by:   Gerhard Haering <gh@ghaering.de>
0.12.0
04 Jul 2003 04:06:26
Original commit files touched by this commit
leeym search for other commits by this committer
add rdiff-backup-0.12.0

rdiff-backup backs up one directory to another, possibly over a network. The
target directory ends up a copy of the source directory, but extra reverse
diffs are stored in a special subdirectory of that target directory, so you
can still recover files lost some time ago. The idea is to combine the best
features of a mirror and an incremental backup. rdiff-backup also preserves
subdirectories, hard links, dev files, permissions, uid/gid ownership (if it
is running as root), and modification times. Finally, rdiff-backup can operate
in a bandwidth efficient manner over a pipe, like rsync. Thus you can use
rdiff-backup and ssh to securely back a hard drive up to a remote location,
and only the differences will be transmitted.

WWW: http://rdiff-backup.stanford.edu/

Reminded by:    kris and roberto
0.12.0
03 Jul 2003 08:32:26
Original commit files touched by this commit
leeym search for other commits by this committer
add rdiff-backup

WWW: http://rdiff-backup.stanford.edu/

PR:             53234
Submitted by:   Gerhard Haering <gh@ghaering.de>

Number of commits found: 49