PostgreSQL备份与恢复管理器 – Barman
Barman – Backup and Recovery Manager for PostgreSQL

原始链接: https://github.com/EnterpriseDB/barman

Barman 是一款用于 PostgreSQL 服务器的开源灾难恢复工具,基于 Python 开发,现在托管在此新仓库中(2.13 版本起),取代了旧的 Sourceforge 位置。Barman 由 EnterpriseDB 开发和维护,采用 GNU GPL 3 许可协议,可实现对多个服务器的远程备份——这对于降低风险并在关键环境中实现简化的恢复至关重要。 该发行版包括 Python 源代码、文档(教程和手册页)、有用的脚本和单元测试。像 `AUTHORS`、`NEWS`、`ChangeLog`、`LICENSE` 和 `TODO` 这样的关键文件提供了关于开发团队、发布说明、更改、许可细节和未来计划的信息。 Barman 可免费使用、修改和重新分发,但不提供任何形式的担保。完整的许可细节随软件提供,也可在 http://www.gnu.org/licenses/ 上找到。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Barman – PostgreSQL 的备份与恢复管理器 (github.com/enterprisedb) 16 分,nateb2022 1 小时前 | 隐藏 | 过去 | 收藏 | 1 条评论 帮助 subhobroto 8 分钟前 [–] 这是一个很棒的项目,很多自托管 PostgreSQL 的用户都在使用。特别是 pgBackRest 由所有者于 2026 年 4 月 27 日存档,这可能是存在已久的首选方案。有没有人考虑过过去使用 Barman,使用了一段时间后转到 pgBackRest?现在是否正在重新考虑这个决定?回复 考虑申请 YC 2026 年夏季项目!申请截止日期为 5 月 4 日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:
相关文章

原文

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.

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

© Copyright 2011-2025 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/.

联系我们 contact @ memedata.com