pkgsrc/sysutils/bcollect/Makefile
tonnerre e13e906b88 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.
2010-04-28 00:29:21 +00:00

21 lines
588 B
Makefile

# $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"