bzfs

View on PyPIReverse Dependencies (0)

1.9.0 bzfs-1.9.0-py3-none-any.whl

Wheel Details

Project: bzfs
Version: 1.9.0
Filename: bzfs-1.9.0-py3-none-any.whl
Download: [link]
Size: 166083
MD5: 71f456f65d58937e5032f8863a104435
SHA256: ab47b9c4afd32edb9771039aee2f5aded8f1da36a61ae9f734bfc83718f97aeb
Uploaded: 2025-01-20 00:50:57 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: bzfs
Version: 1.9.0
Summary: bzfs is a backup command line tool that reliably replicates ZFS snapshots from a (local or remote) source ZFS dataset (ZFS filesystem or ZFS volume) and its descendant datasets to a (local or remote) destination ZFS dataset to make the destination dataset a recursively synchronized copy of the source dataset, using zfs send/receive/rollback/destroy and ssh tunnel as directed. bzfs can be used to incrementally replicate all ZFS snapshots since the most recent common snapshot from source to destination.
Author-Email: Wolfgang Hoschek <wolfgang.hoschek[at]mac.com>
Maintainer-Email: Wolfgang Hoschek <wolfgang.hoschek[at]mac.com>
Project-Url: Homepage, https://github.com/whoschek/bzfs
Project-Url: Repository, https://github.com/whoschek/bzfs
Project-Url: Tests, https://github.com/whoschek/bzfs/actions/workflows/python-app.yml?query=event%3Aschedule
Project-Url: Coverage, https://whoschek.github.io/bzfs/coverage
Project-Url: Issues, https://github.com/whoschek/bzfs/issues
Project-Url: Changelog, https://github.com/whoschek/bzfs/blob/main/CHANGELOG.md
Project-Url: Distribution, https://pypi.org/project/bzfs
License: Apache License (2.0)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Requires-Dist: black (>=24.10); extra == "dev"
Requires-Dist: coverage (>=7.6); extra == "dev"
Requires-Dist: mypy (>=1.13); extra == "dev"
Requires-Dist: argparse-manpage (>=4.6); extra == "dev"
Requires-Dist: genbadge[coverage] (>=1.1.1); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 91526 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
bzfs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bzfs/bzfs.py sha256=LL5tTqZXlcpDoubu4jEqeOMfPzZRoR_YVlVzWubave8 329320
bzfs_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bzfs_tests/prune_bookmarks.py sha256=SfscHtUbaGcVanPOeu7NJkCysj_gN7MAjfBaCts9qiE 3460
bzfs_tests/test_bzfs.py sha256=SSaIExIZIyJjIqxHNcNH6PefbL76GQjvFZ8F2qypI7Y 1250
bzfs_tests/test_integrations.py sha256=LUNTIwBYEO8qh9_tjgTq8cfoafxJFblJXOXi-rG4nEE 200834
bzfs_tests/test_units.py sha256=A5wjQKQaYykXQlHMCvC2JiLJtrphue757EcTzAIn0ik 127671
bzfs_tests/zfs_util.py sha256=Y82PNQBhz17A8s68JNOHG82pU_WmZcYtr3WUmJof7GQ 10448
bzfs-1.9.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
bzfs-1.9.0.dist-info/METADATA sha256=NT5BNZJ1pj8_EhRLx5-2pR6xsfZKwr0pbFHF2V8oKII 94013
bzfs-1.9.0.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
bzfs-1.9.0.dist-info/entry_points.txt sha256=E0r6y5qTmDtdCRcu6SHx5Wi9mYCqf6aVSVMzvJtWlyY 78
bzfs-1.9.0.dist-info/top_level.txt sha256=s7iCSuVOWc_Tgy76c-_s5FmuWVTnUcPdwUu9L7mBa2E 16
bzfs-1.9.0.dist-info/RECORD

top_level.txt

bzfs
bzfs_tests

entry_points.txt

bzfs = bzfs.bzfs:main
bzfs-test = bzfs_tests.test_bzfs:main