Barman (backup and recovery manager) is an administration tool for disaster recovery of PostgreSQL servers written in Python.
It allows to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase.
Barman's most wanted features include backup catalogs, retention policies, remote recovery, archiving and compression of WAL files and backups.
Barman is written and maintained by PostgreSQL professionals 2ndQuadrant.
Features
- Full hot physical backup of a PostgreSQL server
- Point-In-Time-Recovery (PITR)
- Management of multiple PostgreSQL servers
- Remote backup of a PostgreSQL server
- Remote recovery of a backup for a PostgreSQL server
- Management of base backups and WAL files through a catalog
- ssh support for remote operations
- rsync over ssh support for file synchronisation and transfers
- Management of retention policies for backups and WAL files
- Incremental backup
- WAL hub (get-wal)
- Compression of WAL files (bzip2, gzip or custom)
- Backup general and disk usage information
- Integration with standard archiving tools (e.g. tar)
- Local recovery
- Relocation of PGDATA and tablespaces at recovery time
- Server diagnostics for backup
- Server status and information
- Pre/Post backup hook scripts
- Local storage of metadata
- INI configuration file
- Written in Python
- Control of bandwidth usage
License
GNU General Public License version 3.0 (GPLv3)Follow Barman for PostgreSQL
Other Useful Business Software
Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar
Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
Rate This Project
Login To Rate This Project
User Reviews
-
Pgbarman does the online backup of our main Postgresql server (2 GB databases) to our backup server. It gives us point in time recovery (PITR) so that we keep every keystroke in case of a crash of our main server. Installation is not the easiest, but functionality is very good!
-
Yeh, it's a good tool, and I still using it, but recently I've faced with PostgreSQL-Backup.com Now I'm testing it, and it's working great, perhaps I'm going to use it.
-
Barman works great! We were about to roll our own solution in the summer of 2012 and then we found barman and used it instead. We currently use barman to backup about 20 production systems with 100GB+ of data.