add boxbackup-server-0.10, a tool for online backups to some file store
(which should be a RAID and/or backed up by some "real" tool by itself), comparable to sysutils/duplicity (I also have the impression that it might behave better than duplicity in case that the file store is backed up with some incremental scheme, but this needs to be verified.)
This commit is contained in:
parent
d5e1c9513a
commit
9b5387ad19
4 changed files with 36 additions and 0 deletions
1
sysutils/boxbackup-server/DESCR
Normal file
1
sysutils/boxbackup-server/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
An open source, completely automatic on-line backup system for UNIX.
|
24
sysutils/boxbackup-server/Makefile
Normal file
24
sysutils/boxbackup-server/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= boxbackup-0.10
|
||||
PKGNAME= boxbackup-server-0.10
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boxbackup/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.boxbackup.org/
|
||||
COMMENT= Backup tool
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c++
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
REPLACE_PERL+= bin/bbstored/bbstored-certs bin/bbstored/bbstored-config
|
||||
REPLACE_PERL+= lib/raidfile/raidfile-config
|
||||
|
||||
INSTALL_TARGET= install-backup-server
|
||||
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
sysutils/boxbackup-server/PLIST
Normal file
6
sysutils/boxbackup-server/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
|
||||
bin/bbstoreaccounts
|
||||
bin/bbstored
|
||||
bin/bbstored-certs
|
||||
bin/bbstored-config
|
||||
bin/raidfile-config
|
5
sysutils/boxbackup-server/distinfo
Normal file
5
sysutils/boxbackup-server/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/06/21 15:04:35 drochner Exp $
|
||||
|
||||
SHA1 (boxbackup-0.10.tgz) = 60bee707c6bb59f471546ae83ad0b89625228ded
|
||||
RMD160 (boxbackup-0.10.tgz) = 26f906f37a3b095026ddf12c9284e16515ceb752
|
||||
Size (boxbackup-0.10.tgz) = 842450 bytes
|
Loading…
Reference in a new issue