Port details on branch 2022Q3 |
- py-borgbackup Deduplicating backup program
- 1.1.18_1 archivers
=0 1.4.1_1Version of this port present on the latest quarterly branch. - Maintainer: jjuanino@gmail.com
 - Port Added: 2022-08-14 01:44:06
- Last Update: 2022-08-14 11:32:03
- Commit Hash: 5521ed8
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/borgbackup/
- 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/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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_1:
FUSE=on: Support to mount locally borg backup files
===> Use 'make config' to modify these settings
- Options name:
- archivers_py-borgbackup
- USES:
- python 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:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.18_1 14 Aug 2022 11:32:03
    |
Matthias Andree (mandree)  |
archivers/py-borgbackup: fix up incomplete 0b4a732cb0ac
which was incomplete because accidentally the parts I am committing
here had slipped into the main branch's "version bump" commit,
which had to be re-created for 2022Q3.
Make up for the lost bits.
PR: 265060 |
1.1.18 13 Aug 2022 18:54:30
    |
Matthias Andree (mandree)  |
archivers/py-borgbackup: use fixed xxhash instead of avoiding it
This reverts commit 9db903a89b3d1d7c0be2a56059542f3fdb412908 because
it does not fix the situation for lack of a PORTREVISION bump.
Let us use the opportunity to fix the real bug instead.
Now with xxhash fixed as of 0.8.1_2, drop 9db903a89, and
bump PORTREVISION so we flush out the old garbage packages.
A simple web search would have brought up that static_assert() is
a C11 convenience macro defined in <assert.h>, and a detailed
search would have turned up that this had been fixed in xxhash
before.
While here, add a smoke test to post-install.
Proper fix was
Reported by: Thierry Dussuet <thierry.dussuet@protonmail.com>
PR: 265060
MFH: 2022Q3
(cherry picked from commit 714af13781970db3ec794eab4627d585b63df00a) |
1.1.18 13 Aug 2022 15:30:05
    |
Kurt Jaeger (pi)  Author: Jose G. Juanino |
archivers/py-borgbackup: avoid dependency on xxhash port
- Instead, use the xxhash library provided in the same port
PR: 265060
Author: Jose G. Juanino <jjuanino@gmail.com>
(cherry picked from commit 9db903a89b3d1d7c0be2a56059542f3fdb412908) |
Number of commits found: 3
|