Bug 204267 - [NEW PORT] sysutils/burp: Network backup and restore program
Summary: [NEW PORT] sysutils/burp: Network backup and restore program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-11-03 20:26 UTC by loic-freebsd
Modified: 2015-12-29 18:08 UTC (History)
0 users

See Also:


Attachments
shar file (3.83 KB, application/x-shar)
2015-11-03 20:26 UTC, loic-freebsd
no flags Details
Poudriere build log for 9.3-RELEASE-p29 amd64 (34.87 KB, text/x-log)
2015-11-03 20:26 UTC, loic-freebsd
no flags Details
Poudriere build log for 9.3-RELEASE-p29 i386 (33.82 KB, text/x-log)
2015-11-03 20:29 UTC, loic-freebsd
no flags Details
Poudriere build log for 10.2-RELEASE-p6 amd64 (45.48 KB, text/x-log)
2015-11-03 20:30 UTC, loic-freebsd
no flags Details
Poudriere build log for 10.2-RELEASE-p6 i386 (47.13 KB, text/x-log)
2015-11-03 20:30 UTC, loic-freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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