TiloBox
Back to directory
Barman project preview

Barman

Backup and Recovery Manager for PostgreSQL disaster recovery by EnterpriseDB.

LicenseGPL-3.0
GitHub stars1.8k
Last commit1 weeks ago
Tags6 topics
Wal StreamingPoint In Time RestoreEnterprisedb BarmanPostgresql Disaster RecoveryPythonDatabase
Overview

Why consider Barman?

Barman (Backup and Recovery Manager) is an open-source disaster recovery and business continuity manager for PostgreSQL written in Python by EnterpriseDB. Supporting remote physical backups, parallel WAL streaming (pg_receivewal), retention policies, and zero-data-loss RPO recovery.

Guided learning

Learn Barman by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Barman

Barman ensures continuous zero-data-loss replication and automated point-in-time database restores.

Quickstart

bash
1# Run backup
2barman backup pg-server
3barman recover pg-server 2026-08-24 /var/lib/pgsql/data

Barman is licensed under the GNU General Public License v3.0 (GPL-3.0).

Related tools

More options with a similar category or technology profile.

Barman FAQs

Barman is listed as a Database tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Barman is listed under the GPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Barman is listed as an alternative to WAL-G. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.