python3-cyberfusion-borg-support
Library for Borg.
Install
Debian
Run the following commands to build a Debian package:
mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
dpkg-buildpackage -us -uc
PyPI
Run the following command to install the package from PyPI:
pip3 install python3-cyberfusion-borg-support
Next, install Borg according to the documentation.
Configure
No configuration is supported.
Usage
Example
import os
from cyberfusion.BorgSupport.repositories import Repository
from cyberfusion.BorgSupport.archives import Archive
repository = Repository(path="/home/example/repository", passphrase="test", identity_file_path=None, create_if_not_exists=True)
archive = Archive(repository=repository, name="example", comment="Example")
Release files for python3-cyberfusion-borg-support 1.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python3_cyberfusion_borg_support-1.7.1.tar.gz | 16.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python3_cyberfusion_borg_support-1.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:35.0 kB
Release files / python3_cyberfusion_borg_support-1.7.1.tar.gz
| Download URL | python3_cyberfusion_borg_support-1.7.1.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
863f131827c2daf54324b18e587a9df64c10bd10124bf460f35535dfa26bccea
|
|
BLAKE2b-256 checksum How to use checksums |
e527bf5a7f1dda56732101924bb0b2b03920553eed59516ef7c01e5f20ae5c0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / python3_cyberfusion_borg_support-1.7.1-py3-none-any.whl
| Download URL | python3_cyberfusion_borg_support-1.7.1-py3-none-any.whl |
|---|---|
| Size | 18.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5540bac828e9308af59733bd60811979ce4ff23aeea986c842e85a2224a20c8e
|
|
BLAKE2b-256 checksum How to use checksums |
ece2cc88303d5baf7b56865c162a4c230dcc8f21b67f23f5eaf32b959d74eab5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|