aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rdiff-backup
Commit message (Collapse)AuthorAgeFilesLines
* Add backup master sites after the only one master site was down recently.vd2007-03-161-2/+5
| | | | Reported by: kris
* * Upgrade sysutils/rdiff-backup from 1.0.4 to 1.0.5vd2006-11-142-5/+5
| | | | * Adopt
* Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1
| | | | Hat: portmgr
* - Update to 1.0.4garga2006-01-172-7/+7
| | | | | | PR: ports/91866 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer
* Update to 1.0.4 [1]mnag2005-11-282-4/+5
| | | | | | | | | Add SHA256 [1] Fix CONFLICTS [2] PR: 89625 [2], 89626 [1] Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer
* Add new port rdiff-backup-devel 1.1.2 as slave port of rdiff-backup.mnag2005-11-121-3/+5
| | | | | | | Update rdiff-backup to support master port PR: 88801 Submitted by: Vasil Dimov <vd@datamax.bg>
* Update to 1.0.2mnag2005-11-022-4/+5
| | | | | | PR: 88331 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Steve Clement <steve@ion.lu> (maintainer)
* - Upgrade rdiff-backup to 1.0.1, which is the logical next version for bothlawrance2005-10-085-11/+13
| | | | | | | | | | | | | | 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
* - Downgrade rdiff-backup from the development version that waslawrance2005-04-205-25/+11
| | | | | | | | | | | 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)
* - Update to 0.13.4.flz2005-04-123-4/+13
| | | | | | | - Pass maintainership to submitter. PR: ports/79822 Submitted by: Steve Clement <steve@ion.lu>
* Reset maintainer on request. Thanks to Gerhard for maintaining thevs2005-03-061-1/+1
| | | | | | ports so far! PR: ports/78088
* Correctly detect EDEADLK instead of EDEADLOCK on FreeBSDvs2004-12-152-0/+12
| | | | | | PR: ports/73972 Submitted by: Charles Ulrich Approved by: maintainer timeout
* - Update to 0.12.7pav2004-06-032-5/+4
| | | | | | PR: ports/67492 Submitted by: Sven W <sven@dmv.com> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to newest version of rdiff-backup (0.12.3)leeym2003-08-142-3/+3
| | | | | | | update the URL of MASTER_SITES PR: 55566 Submitted by: Gerhard Haering <gh@ghaering.de>
* add rdiff-backup-0.12.0leeym2003-07-041-7/+7
| | | | | | | | | | | | | | | | | 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
* add rdiff-backupleeym2003-07-035-0/+169
WWW: http://rdiff-backup.stanford.edu/ PR: 53234 Submitted by: Gerhard Haering <gh@ghaering.de>