# Barman - PostgreSQL용 백업 및 복구 관리자

> Clean Markdown view of GeekNews topic #29139. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=29139](https://news.hada.io/topic?id=29139)
- GeekNews Markdown: [https://news.hada.io/topic/29139.md](https://news.hada.io/topic/29139.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2026-05-04T09:56:02+09:00
- Updated: 2026-05-04T09:56:02+09:00
- Original source: [github.com/EnterpriseDB](https://github.com/EnterpriseDB/barman)
- Points: 5
- Comments: 1

## Topic Body

- PostgreSQL 서버의 **재해 복구(Disaster Recovery)** 를 위한 오픈소스 백업·복구 관리 도구로, 여러 서버를 **원격으로 중앙 관리** 가능  
- **온라인 핫 백업**을 간편하게 수행하는 것이 핵심 목표이며, **비즈니스 연속성** 요구가 높은 환경에 특화  
- **Point-In-Time Recovery(PITR)** 지원으로 특정 시점으로의 데이터베이스 복구 가능  
- **동기식 WAL 스트리밍**을 통한 "제로 데이터 손실"(RPO=0) 달성 지원  
- rsync/SSH 또는 pg_basebackup을 통한 **원격 백업**, 로컬 및 원격(SSH) 복구 모두 지원  
- **증분 백업(Incremental Backup)** 및 **병렬 백업·복구** 기능으로 대규모 환경에서의 효율적 운영 가능  
- 백업 카탈로그를 통해 여러 풀 백업을 목록화·보관·삭제·아카이브·복구까지 일괄 관리  
- WAL 파일 압축(bzip2, gzip, 커스텀), **보존 정책(Retention Policy)** 관리, 스탠바이 서버와의 WAL 허브 통합 지원  
- 복구 시 **PGDATA 및 테이블스페이스 재배치** 가능, Pre/Post 백업 훅 스크립트 지원  
- **GPL-3.0 라이선스**, Python 100%

## Comments



### Comment 56788

- Author: xguru
- Created: 2026-05-04T09:57:02+09:00
- Points: 1

최근 [pgBackRest가 유지보수를 중단](https://news.hada.io/topic?id=28965) 하면서 그 대체제로 거론되는 오픈소스 입니다.
