Metadata-Version: 2.4
Name: barman
Version: 3.20.0
Summary: Backup and Recovery Manager for PostgreSQL
Author-email: EnterpriseDB <barman@enterprisedb.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://www.pgbarman.org/
Project-URL: Documentation, https://docs.pgbarman.org/
Project-URL: Source Code, https://github.com/EnterpriseDB/barman
Project-URL: Issue Tracker, https://github.com/EnterpriseDB/barman/issues
Project-URL: Release Notes, https://github.com/EnterpriseDB/barman/blob/master/RELNOTES.md
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: Operating System :: POSIX :: Linux
Classifier: Operating System :: BSD :: FreeBSD
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: psycopg2>=2.4.2
Requires-Dist: python-dateutil
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<3.14,>=3.12; extra == "google"
Provides-Extra: google-snapshots
Requires-Dist: google-cloud-compute; extra == "google-snapshots"
Requires-Dist: grpcio; extra == "google-snapshots"
Provides-Extra: snappy
Requires-Dist: cramjam>=2.7.0; extra == "snappy"
Requires-Dist: python-snappy; extra == "snappy"
Provides-Extra: zstandard
Requires-Dist: zstandard; extra == "zstandard"
Provides-Extra: lz4
Requires-Dist: lz4; extra == "lz4"
Dynamic: license-file

Barman, Backup and Recovery Manager for PostgreSQL
==================================================

This is the new (starting with version 2.13) home of Barman. It replaces
the legacy sourceforge repository.

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.

For further information, look at the "Web resources" section below.

Source content
--------------

Here you can find a description of files and directory distributed with
Barman:

-  AUTHORS : development team of Barman
-  NEWS : release notes
-  ChangeLog : log of changes
-  LICENSE : GNU GPL3 details
-  TODO : our wishlist for Barman
-  barman : sources in Python
-  docs : tutorial and man pages
-  scripts : auxiliary scripts
-  tests : unit tests

Web resources
-------------

-  Website : http://www.pgbarman.org/
-  Download : http://github.com/EnterpriseDB/barman
-  Documentation : http://www.pgbarman.org/documentation/
-  Community support : http://www.pgbarman.org/support/
-  Professional support : https://www.enterprisedb.com/
-  pre barman 2.13 versions : https://sourceforge.net/projects/pgbarman/files/

Licence
-------

© Copyright 2011-2026 EnterpriseDB UK Limited

Barman is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your
option) any later version.

Barman is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.

You should have received a copy of the GNU General Public License along
with Barman. If not, see http://www.gnu.org/licenses/.
