Metadata-Version: 2.1 Name: barman Version: 3.18.0 Summary: Backup and Recovery Manager for PostgreSQL Home-page: https://www.pgbarman.org/ Author: EnterpriseDB Author-email: barman@enterprisedb.com License: GPL-3.0 Platform: Linux Platform: Mac OS X Classifier: Environment :: Console Classifier: Development Status :: 5 - Production/Stable Classifier: Topic :: System :: Archiving :: Backup Classifier: Topic :: Database Classifier: Topic :: System :: Recovery Tools Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Classifier: Programming Language :: Python 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 License-File: LICENSE License-File: AUTHORS Requires-Dist: psycopg2>=2.4.2 Requires-Dist: python-dateutil Requires-Dist: setuptools Provides-Extra: all Requires-Dist: argcomplete; extra == "all" Requires-Dist: azure-identity; extra == "all" Requires-Dist: azure-mgmt-compute; extra == "all" Requires-Dist: azure-storage-blob; extra == "all" Requires-Dist: boto3; extra == "all" Requires-Dist: cramjam>=2.7.0; extra == "all" Requires-Dist: google-cloud-compute; extra == "all" Requires-Dist: google-cloud-storage; extra == "all" Requires-Dist: grpcio; extra == "all" Requires-Dist: lz4; extra == "all" Requires-Dist: python-snappy; extra == "all" Requires-Dist: zstandard; extra == "all" Provides-Extra: argcomplete Requires-Dist: argcomplete; extra == "argcomplete" Provides-Extra: aws-snapshots Requires-Dist: boto3; extra == "aws-snapshots" Provides-Extra: azure Requires-Dist: azure-identity; extra == "azure" Requires-Dist: azure-storage-blob; extra == "azure" Provides-Extra: azure-snapshots Requires-Dist: azure-identity; extra == "azure-snapshots" Requires-Dist: azure-mgmt-compute; extra == "azure-snapshots" Provides-Extra: cloud Requires-Dist: boto3; extra == "cloud" Provides-Extra: google Requires-Dist: google-cloud-storage; extra == "google" Provides-Extra: google-snapshots Requires-Dist: grpcio; extra == "google-snapshots" Requires-Dist: google-cloud-compute; extra == "google-snapshots" Provides-Extra: lz4 Requires-Dist: lz4; extra == "lz4" Provides-Extra: snappy Requires-Dist: python-snappy; extra == "snappy" Requires-Dist: cramjam>=2.7.0; extra == "snappy" Provides-Extra: zstandard Requires-Dist: zstandard; extra == "zstandard" Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments to reduce risk and help DBAs during the recovery phase. Barman is distributed under GNU GPL 3 and maintained by EnterpriseDB.