summaryrefslogtreecommitdiff
path: root/sysutils/bcollect/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2010-04-28 00:29:21 +0000
committertonnerre <tonnerre@pkgsrc.org>2010-04-28 00:29:21 +0000
commit0cb3aec69e9c0562ff318e0977a39135d6cd0a81 (patch)
tree9b33f01256f784a9ab047308a1ab58edbae774de /sysutils/bcollect/Makefile
parentba464b3ab43075294263a76c7222951c66a55816 (diff)
downloadpkgsrc-0cb3aec69e9c0562ff318e0977a39135d6cd0a81.tar.gz
Import bcollect version 0.6.0.
bcollect is a tool for backing up remote hosts to local directories. It can keep a defined number of copies for specific backup intervals to give you a backlog of available backups for restoring data. bcollect keeps its backups directly accessible as files and directories so you can search through them and access files with regular tools and just copy files back as needed. In order to save space, bcollect uses hardlinks between different instances of the same backed-up host so multiple backups don't take up the same space multiple times. Only files which are actually different between two backups actually occupy space. If the file has not been changed, a reference will be created to the original file.
Diffstat (limited to 'sysutils/bcollect/Makefile')
-rw-r--r--sysutils/bcollect/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/bcollect/Makefile b/sysutils/bcollect/Makefile
new file mode 100644
index 00000000000..a080817c710
--- /dev/null
+++ b/sysutils/bcollect/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
+
+DISTNAME= bcollect-0.6.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/
+
+MAINTAINER= tonnerre@NetBSD.org
+HOMEPAGE= http://bcollect.ancient-solutions.com/
+COMMENT= Incremental remote backup tool
+
+PKG_DESTDIR_SUPPORT= destdir
+GNU_CONFIGURE= yes
+USE_TOOLS+= lex yacc
+
+CONF_FILES+= ${PREFIX}/share/examples/bcollect/bcollect.conf \
+ ${PKG_SYSCONFDIR}/bcollect.conf
+
+DEPENDS+= rsync>=3.0.0:../../net/rsync
+
+.include "../../devel/clib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"