Bug 204267

Summary: [NEW PORT] sysutils/burp: Network backup and restore program
Product: Ports & Packages Reporter: loic-freebsd
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: feature, patch, patch-ready
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file
none
Poudriere build log for 9.3-RELEASE-p29 amd64
none
Poudriere build log for 9.3-RELEASE-p29 i386
none
Poudriere build log for 10.2-RELEASE-p6 amd64
none
Poudriere build log for 10.2-RELEASE-p6 i386 none

Description loic-freebsd 2015-11-03 20:26:20 UTC
Created attachment 162744 [details]
shar file

Hello,

Burp is a network backup and restore program. 

It uses librsync in order to save network traffic and to save on the amount of space that is used by each backup.

Please find attached the .shar file, and build logs from Poudriere, for:
-10.2-RELEASE-p6 amd64
-10.2-RELEASE-p6 i386
-9.3-RELEASE-p29 amd64
-9.3-RELEASE-p29 i386

Checked with portlint -NAC

Any feedback is welcome.

After install, burp server can be started and the local client can backup immediately:
$ pkg install ./burp-1.4.40.txz
$ /usr/local/etc/rc.d/burp onestart
$ burp -a t


Cheers,
Loic
Comment 1 loic-freebsd 2015-11-03 20:26:45 UTC
Created attachment 162745 [details]
Poudriere build log for 9.3-RELEASE-p29 amd64
Comment 2 loic-freebsd 2015-11-03 20:29:08 UTC
Created attachment 162746 [details]
Poudriere build log for 9.3-RELEASE-p29 i386
Comment 3 loic-freebsd 2015-11-03 20:30:21 UTC
Created attachment 162747 [details]
Poudriere build log for 10.2-RELEASE-p6 amd64
Comment 4 loic-freebsd 2015-11-03 20:30:55 UTC
Created attachment 162748 [details]
Poudriere build log for 10.2-RELEASE-p6 i386
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-12-29 18:06:57 UTC
A commit references this bug:

Author: amdmi3
Date: Tue Dec 29 18:06:32 UTC 2015
New revision: 404773
URL: https://svnweb.freebsd.org/changeset/ports/404773

Log:
  Burp is a backup and restore program.
  It uses librsync in order to save on the amount of space that is used
  by each backup. It also uses VSS (Volume Shadow Copy Service)
  to make snapshots when backing up Windows computers.

  WWW: http://burp.grke.org/

  PR:		204267
  Submitted by:	loic-freebsd@loicp.eu

Changes:
  head/sysutils/Makefile
  head/sysutils/burp/
  head/sysutils/burp/Makefile
  head/sysutils/burp/distinfo
  head/sysutils/burp/files/
  head/sysutils/burp/files/burp.in
  head/sysutils/burp/pkg-descr
  head/sysutils/burp/pkg-plist
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2015-12-29 18:08:39 UTC
Committed with minor changes:
- Add LICENSE_FILE
- Use USES=localbase
- Remove unneeded CONFIGURE_ARGS
- Silence patching and stripping