Port details |
- py-borgbackup Deduplicating backup program
- 1.1.18 archivers
=6 1.1.17Version of this port present on the latest quarterly branch. - Maintainer: jjuanino@gmail.com
 - Port Added: 2016-04-16 17:43:19
- Last Update: 2022-06-30 00:27:59
- Commit Hash: 2272379
- People watching this port, also watch:: py38-borgmatic, nginx, rsync, htop, tmux
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- [excerpt from borgbackup web site]
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.
WWW: https://pypi.org/project/borgbackup/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}borgbackup>0:archivers/py-borgbackup@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-borgbackup/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-borgbackup
- pkg install py39-borgbackup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-borgbackup listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-borgbackup
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1654597105
SHA256 (borgbackup-1.1.18.tar.gz) = 5cba5fe7db4d08944b467ec11efc017687a512b0d98ccf0ad1aa9c4329665275
SIZE (borgbackup-1.1.18.tar.gz) = 3854385
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools_scm>=1.7 : devel/py-setuptools_scm@py39
- py39-setuptools>=62.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-packaging>=19.0 : devel/py-packaging@py39
- py39-llfuse>0 : devel/py-llfuse@py39
- py39-setuptools>=62.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- libxxhash.so : devel/xxhash
- This port is required by:
- for Run
-
- sysutils/py-borgmatic
- Configuration Options:
- ===> The following configuration options are available for py39-borgbackup-1.1.18:
FUSE=on: Support to mount locally borg backup files
===> Use 'make config' to modify these settings
- Options name:
- archivers_py-borgbackup
- USES:
- python:3.5+ ssl
- pkg-message:
- For install:
- In order to mount locally a remote archive or an entire repository as a FUSE
filesystem, it is required to load fusefs module:
# kldload fusefs
To load the module at boot time, add
fusefs_load="YES"
to /boot/loader.conf by running:
sysrc fusefs_load="YES"
Also, if you plan to mount borg repositories as non root user, you need to run
# sysctl vfs.usermount=1
and add the line
vfs.usermount=1
to /etc/sysctl.conf to ensure the setting is loaded at boot time.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Jun 2022 00:27:59 1.1.18
|
Neel Chauhan (nc)  Author: Jose G. Juanino |
archivers/py-borgbackup: Update to 1.1.18
Changes:
https://github.com/borgbackup/borg/blob/1.1.18/docs/changes.rst#version-1118-2022-06-05
PR: 264953 |
23 Nov 2021 07:52:28 1.1.17
|
Bartek Rutkowski (robak)  |
archivers/py-borgbackup: Update 1.1.16 -> 1.1.17
PR: 259492
Reported by: Jose G. Juanino <jjuanino@gmail.com> (maintainer) |
12 May 2021 05:50:10 1.1.16_1
|
Nuno Teixeira (eduardo)  |
Revert "- Reset PORTREVISION"
Restore wrongly removed PORTREVISION
This reverts commit 8812ac1d68e36439f42df4df9a5428583cb90885. |
10 May 2021 07:45:38 1.1.16
|
Nuno Teixeira (eduardo)  |
- Reset PORTREVISION
Approved by: dbaio, garga (mentors, implicit) |
10 May 2021 07:39:48 1.1.16_1
|
Nuno Teixeira (eduardo)  |
archivers/py-borgbackup: Update to 1.1.16
ChangeLog: https://github.com/borgbackup/borg/releases/tag/1.1.16
PR: 255668
Reported by: José García Juanino <jjuanino@gmail.com>
Approved by: dbaio, garga (mentors, implicit) |
06 Apr 2021 14:31:07 1.1.15_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Feb 2021 19:51:25
1.1.15_1
|
dim  |
Fix run-depends check for py-llfuse after shared libs naming change
Newer python versions (after 3.8.7) have changed the names of extension
shared libraries from ".so" to e.g. ".cpython-38.so". So for the FUSE
option, now check for the py-llfuse package instead of the dynamic
library llfuse.so.
Approved by: jjuanino@gmail.com (maintainer)
PR: 253907
MFH: 2021Q |
07 Feb 2021 02:19:57
1.1.15
|
vanilla  |
Update to 1.1.15.
PR: 253280
Submitted by: maintainer |
07 Oct 2020 14:03:43
1.1.14
|
lbartoletti  |
archivers/py-borgbackup: Update to 1.1.14
Changelog:
-
https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst#version-1114-2020-10-07
PR: 250183
Submitted by: jjuanino@gmail.com (maintainer) |
09 Jun 2020 11:08:59
1.1.13
|
fernape  |
archivers/py-borgbackup: Update to 1.1.13
ChangeLog:
https://github.com/borgbackup/borg/blob/1.1.13/docs/changes.rst#version-1113-2020-06-06
PR: 247052
Submitted by: jjuanino@gmail.com (maintainer) |
03 Apr 2020 21:31:40
1.1.11
|
tcberner  |
archivers/py-borgbackup: Update to 1.1.11
PR: 245329
Submitted by: jjuanino@gmail.com (maintainer) |
13 Aug 2019 16:00:39
1.1.10
|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
23 May 2019 22:54:40
1.1.10
|
swills  |
archivers/py-borgbackup: update to 1.1.10
PR: 237966
Submitted by: jjuanino@gmail.com (maintainer) |
04 Feb 2019 22:32:15
1.1.8_1
|
sunpoet  |
Change RUN_DEPENDS from py-msgpack to py-msgpack05
- Bump PORTREVISION for dependency change
remko@ notified me that there is runtime issue with msgpack 0.6.1.
And upstream has added version check to the repository that will terminate for
unsupported msgpack. |
17 Jan 2019 21:13:39
1.1.8
|
swills  |
archivers/py-borgbackup: update to 1.1.8
PR: 235025
Submitted by: jjuanino@gmail.com (maintainer) |
02 Sep 2018 16:14:24
1.1.7
|
swills  |
archivers/py-borgbackup: Update to 1.1.7
PR: 231079
Submitted by: jjuanino@gmail.com (maintainer) |
16 Jun 2018 09:37:23
1.1.6
|
cpm  |
- sort Makefile
PR: 229058
Submitted by: cpm
Approved by: jjuanino@gmail.com (maintainer) |
15 Jun 2018 22:06:39
1.1.6
|
cpm  |
archivers/py-borgbackup: Update to 1.1.6
- Enable FUSE option by default
Changelog:
https://github.com/borgbackup/borg/blob/1.1.6/docs/changes.rst#version-116-2018-06-11
PR: 229055
Submitted by: jjuanino@gmail.com (maintainer) |
25 Apr 2018 16:42:38
1.1.5_2
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
24 Apr 2018 19:47:26
1.1.5_2
|
sunpoet  |
Fix msgpack dependency
- Update RUN_DEPENDS
- Bump PORTREVISION for package change
Bump msgpack requirement to 0.5.6 which is the only acceptable 0.5.x version
[1].
PR: 227717
Reported by: <iron.udjin@gmail.com>
Submitted by: sunpoet (myself)
Approved by: Jose Garcia Juanino <jjuanino@gmail.com>
Reference: https://github.com/borgbackup/borg/issues/3753 [1] |
22 Apr 2018 18:29:51
1.1.5_1
|
sunpoet  |
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
17 Apr 2018 06:59:42
1.1.5
|
joneum  |
archivers/py-borgbackup: Update to 1.1.5
Changelog:
https://github.com/borgbackup/borg/blob/1.1.5/docs/changes.rst#version-115-2018-04-01
PR: 227522
Submitted by: jjuanino@gmail.com (maintainer) |
27 Mar 2018 18:33:55
1.1.4
|
feld  |
archivers/py-borgbackup: Fix use of FLAVOR
Unbreak FUSE option
Approved by: just fix it |
18 Jan 2018 14:44:12
1.1.4
|
sunpoet  |
Fix build with include/lz4.h which is in UTF-8 format
This can be removed with newer liblz4 since the file format has been changed
back to ASCII.
PR: 225235
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Reference: https://github.com/lz4/lz4/pull/454 |
31 Dec 2017 10:24:45
1.1.4
|
tcberner  |
Update archivers/py-borgbackup to 1.1.4
PR: 224791
Submitted by: jjuanino@gmail.com <maintainer> |
30 Nov 2017 15:50:34
1.1.3 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
29 Nov 2017 04:36:14
1.1.3
|
dbaio  |
archivers/py-borgbackup: Update to 1.1.3
Changes: https://github.com/borgbackup/borg/blob/1.1.3/docs/changes.rst#version-113-2017-11-27
PR: 223946
Submitted by: jjuanino@gmail.com (maintainer)
Security: 0d369972-d4ba-11e7-bfca-005056925db4 |
20 Nov 2017 01:25:14
1.1.2
|
swills  |
archivers/py-borgbackup: Update to 1.1.2
PR: 223754
Submitted by: jjuanino@gmail.com (maintainer) |
04 Nov 2017 10:54:39
1.1.1
|
tcberner  |
Update archivers/py-borgbackup to 1.1.1
PR: 223404
Submitted by: jjuanino@gmail.com (maintainer) |
22 Oct 2017 13:07:42
1.1.0
|
dbaio  |
archivers/py-borgbackup: Update to 1.1.0
Shortened changelog of major features only:
https://www.borgbackup.org/releases/borg-1.1.html
Long changelog:
https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07
PR: 223135
Submitted by: jjuanino@gmail.com (maintainer) |
04 Oct 2017 13:45:16
1.0.11
|
mat  |
Convert to utf8.
Sponsored by: Absolight |
29 Jul 2017 13:59:13
1.0.11
|
feld  |
archivers/py-borgbackup: Update to 1.0.11
Changelog: https://github.com/borgbackup/borg/releases/tag/1.0.11
PR: 220945 |
04 Jun 2017 21:49:48
1.0.10
|
bdrewery  |
Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies. That bug
is being addressed along with adding FLAVORS support to it.
With hat: portmgr
MFH: 2017Q2 |
16 Feb 2017 11:10:14
1.0.10
|
amdmi3  |
- Update to 1.0.10
PR: 217107
Submitted by: jjuanino@gmail.com (maintainer) |
03 Jan 2017 11:01:06
1.0.9 
|
mat  |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
22 Dec 2016 11:22:21
1.0.9
|
amdmi3  |
- Update to 1.0.9
PR: 215446
Submitted by: jjuanino@gmail.com (maintainer) |
30 Nov 2016 11:31:17
1.0.8
|
cpm  |
archivers/py-borgbackup: Update to 1.0.8
- Update PORTVERSION and distinfo checksum (1.0.8)
Changelog:
https://github.com/borgbackup/borg/blob/1.0.8/docs/changes.rst
PR: 214236
Submitted by: Christoph Lukas <clukas@firc.de>
Reviewed by: koobs (mentor)
Approved by: jjuanino@gmail.com (maintainer), koobs (mentor) |
11 Sep 2016 15:14:29
1.0.7
|
amdmi3  |
- Update to 1.0.7
PR: 212161
Submitted by: jjuanino@gmail.com (maintainer) |
14 Jul 2016 07:14:38
1.0.6
|
wen  |
- Update to 1.0.6
PR: 211096
Submitted by: jjuanino@gmail.com(maintainer) |
08 Jul 2016 14:21:58
1.0.5
|
amdmi3  |
- Update to 1.0.5
PR: 210902
Submitted by: jjuanino@gmail.com (maintainer) |
16 Jun 2016 13:23:13
1.0.3
|
mat  |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
28 May 2016 19:51:51
1.0.3
|
amdmi3  |
- Update to 1.0.3
PR: 209796
Submitted by: jjuanino@gmail.com (maintainer) |
11 May 2016 15:05:22
1.0.2
|
arved  |
Update to 1.0.2
PR: 208857
Submitted by: maintainer |
16 Apr 2016 17:56:04
1.0.1
|
antoine  |
- Remove obsolete ${PORTSDIR} from DEPENDS
- Remove inapproriate NO_PACKAGE |
16 Apr 2016 17:43:11
1.0.1
|
rakuco  |
New port: archivers/py-borgbackup.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.
WWW: https://pypi.python.org/pypi/borgbackup
Note: NO_PACKAGE=yes had to be set because this port only works with Python 3
and depends on other Python ports which are currently only built with Python
2.7 by default. Discussed in the freebsd-python mailing list:
https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010144.html
PR: 207715
Submitted by: José García Juanino <jjuanino@gmail.com> |