Rsync-bpc is a customized version of rsync that is used as part of BackupPC,
an open source backup system. The main change to rsync is adding a shim layer that emulates the system calls for accessing the file system so that rsync can directly read/write files in BackupPC's format. Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync servers and clients. Rsync-bpc serves no purpose outside of BackupPC. WWW: http://backuppc.sourceforge.net/ PR: 182434 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
This commit is contained in:
parent
e829a0f871
commit
a8eb1a972a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341310
4 changed files with 39 additions and 0 deletions
|
@ -1009,6 +1009,7 @@
|
|||
SUBDIR += rsmb
|
||||
SUBDIR += rsplib
|
||||
SUBDIR += rsync
|
||||
SUBDIR += rsync-bpc
|
||||
SUBDIR += rtg
|
||||
SUBDIR += rtpbreak
|
||||
SUBDIR += rtpproxy
|
||||
|
|
23
net/rsync-bpc/Makefile
Normal file
23
net/rsync-bpc/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsync-bpc
|
||||
PORTVERSION= 3.0.9.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= backuppc/backuppc-beta/4.0.0alpha3
|
||||
|
||||
MAINTAINER= moiseev@mezonplus.ru
|
||||
COMMENT= Modified rsync that used as part of BackupPC
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
PLIST_FILES= bin/rsync_bpc
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rsync-bpc/distinfo
Normal file
2
net/rsync-bpc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rsync-bpc-3.0.9.3.tar.gz) = 4b147a0fe60aca65879ad3430c7c8ead09562161b8bbd29f5f29054b925fe01a
|
||||
SIZE (rsync-bpc-3.0.9.3.tar.gz) = 775134
|
13
net/rsync-bpc/pkg-descr
Normal file
13
net/rsync-bpc/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
Rsync-bpc is a customized version of rsync that is used as part of BackupPC,
|
||||
an open source backup system.
|
||||
|
||||
The main change to rsync is adding a shim layer that emulates the system calls
|
||||
for accessing the file system so that rsync can directly read/write files in
|
||||
BackupPC's format.
|
||||
|
||||
Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync
|
||||
servers and clients.
|
||||
|
||||
Rsync-bpc serves no purpose outside of BackupPC.
|
||||
|
||||
WWW: http://backuppc.sourceforge.net/
|
Loading…
Reference in a new issue