Date: Fri, 19 Jun 2009 05:29:46 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/rdup Makefile distinfo pkg-descr ports/sysutils/rdup/files patch-GNUmakefile.in patch-configure Message-ID: <200906190529.n5J5TkmE069617@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-06-19 05:29:46 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/rdup Makefile distinfo pkg-descr
sysutils/rdup/files patch-GNUmakefile.in patch-configure
Log:
rdup is a utility inspired by rsync and the Plan9 way of doing backups.
rdup itself does not backup anything; it only prints a list of the names of
files that have changed since the last backup. It also handles files that are
removed, allowing for correct incremental backups.
Example scripts that implement a backup strategy are included.
(These scripts require GNU date and cp, which are not installed by
this FreeBSD port.)
WWW: http://miek.nl/projects/rdup
PR: ports/135532
Submitted by: corky1951 at comcast.net
Revision Changes Path
1.1112 +1 -0 ports/sysutils/Makefile
1.1 +57 -0 ports/sysutils/rdup/Makefile (new)
1.1 +3 -0 ports/sysutils/rdup/distinfo (new)
1.1 +37 -0 ports/sysutils/rdup/files/patch-GNUmakefile.in (new)
1.1 +20 -0 ports/sysutils/rdup/files/patch-configure (new)
1.1 +11 -0 ports/sysutils/rdup/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906190529.n5J5TkmE069617>
