Port details |
- py-borgbackup12 Deduplicating backup program
- 1.2.8_2 archivers =2 1.2.8_2Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2024-07-21 16:03:05
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}borgbackup12>0:archivers/py-borgbackup12@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-borgbackup12/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-borgbackup12
- pkg install py311-borgbackup12
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 py311-borgbackup12 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-borgbackup12
- Package flavors (<flavor>: <package>)
- py311: py311-borgbackup12
- distinfo:
- TIMESTAMP = 1711803798
SHA256 (borgbackup-1.2.8.tar.gz) = d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa
SIZE (borgbackup-1.2.8.tar.gz) = 4369117
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:
-
- py311-setuptools-scm>=1.7 : devel/py-setuptools-scm@py311
- py311-msgpack>=1.0.2<1.1.1 : devel/py-msgpack@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-packaging>=19.0 : devel/py-packaging@py311
- py311-msgpack>=1.0.2<1.1.1 : devel/py-msgpack@py311
- py311-llfuse>0 : filesystems/py-llfuse@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- py311-tox>3.2 : devel/py-tox@py311
- py311-virtualenv>=0 : devel/py-virtualenv@py311
- py311-pkgconfig>=0 : devel/py-pkgconfig@py311
- py311-wheel>=0 : devel/py-wheel@py311
- fakeroot : security/fakeroot
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>=19.0 : devel/py-packaging@py311
- py311-msgpack>=1.0.2<1.1.1 : devel/py-msgpack@py311
- py311-llfuse>0 : filesystems/py-llfuse@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- libxxhash.so : devel/xxhash
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-borgbackup12-1.2.8_2:
FUSE=on: Support to mount locally borg backup files
===> Use 'make config' to modify these settings
- Options name:
- archivers_py-borgbackup12
- USES:
- pkgconfig 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, for instance, as root, run:
kldload fusefs
To load the module at boot time, you can add it to the kld_list variable
in /etc/rc.conf or related files, for instance, by running
sysrc kld_list+=fusefs
as root. Alternatively, to load the module earlier, you can manually add
fusefs_load="YES"
to /boot/loader.conf.local or /boot/loader.conf with a text editor.
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.8_2 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
1.2.8_2 26 Sep 2024 16:15:42 |
Matthias Andree (mandree) |
devel/py-msgpack: clean up borgbackup dependencies |
1.2.8_2 25 Sep 2024 04:23:02 |
Po-Chuan Hsieh (sunpoet) |
archivers/py-borgbackup: Allow build with py-msgpack 1.1.0
- Bump PORTREVISION for package change
Reference: https://github.com/borgbackup/borg/commit/7511cb6c5e0448f0b5276f4281faa4c71c2f64ac |
1.2.8_1 21 Jul 2024 16:02:27 |
Matthias Andree (mandree) |
py-borgbackup: Upgrade to 1.4.0, preserving 1.2.8 as py-borgbackup12
...and mentioning it in MOVED so that the upgrade path is clear.
ChangeLog: https://www.borgbackup.org/releases/borg-1.4.html |