macOS
brew install barmanlocal Homebrew formula metadata
sudo port install barmanMacPorts ports tree · databases/barman/Portfile · ソース: api.github.com
brew
barman のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install barmanlocal Homebrew formula metadata
sudo port install barmanMacPorts ports tree · databases/barman/Portfile · ソース: api.github.com
sudo apk add barmanAlpine Linux edge package indexes · barman · ソース: dl-cdn.alpinelinux.org
sudo apt install barmanDebian stable package indexes · barman · ソース: deb.debian.org
sudo dnf install barmanFedora Rawhide package metadata · barman · ソース: dl.fedoraproject.org
nix profile install nixpkgs#barmannixpkgs package indexes · pkgs/by-name/ba/barman/package.nix · ソース: api.github.com
概要
Backup and Recovery Manager for PostgreSQL
履歴
Barman is EnterpriseDB's open-source Backup and Recovery Manager for PostgreSQL, a Python administration tool for physical backups, WAL archiving, point-in-time recovery, and cloud backup workflows.
The upstream README identifies Barman as a disaster-recovery tool for PostgreSQL servers, maintained by EnterpriseDB under GPL-3.0-or-later. It also records that the GitHub repository became the new home starting with version 2.13, replacing the legacy SourceForge repository.
Barman's documentation presents it as a tool for managing backups of multiple PostgreSQL servers in business-critical environments. Over time it has added streaming backup modes, WAL archiving helpers, cloud commands, snapshot support, export/import workflows, and restore features.
Barman is adopted by PostgreSQL operators who need backup catalogs, retention policies, WAL management, and recoverable physical backups outside the database server itself. Its presence in Linux distributions, Homebrew, MacPorts, Nix, PyPI-linked docs, and EnterpriseDB documentation reflects use by both community and commercial PostgreSQL users.
A typical Barman setup defines global and per-server configuration in barman.conf or barman.d snippets, grants PostgreSQL access using credentials such as .pgpass, archives WAL files with barman-wal-archive or streaming, and restores backups through barman restore or cloud restore commands.
Barman is package-nerd significant because it bridges PostgreSQL internals and system packaging: executable families for local and cloud backup, configuration directories, Python dependencies, PostgreSQL client tooling, and credential conventions all have to line up for reliable recovery.
セキュリティ状態
barman に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/barman.conf~/.barman.conf/etc/barman.d/*.confCredential-bearing paths to review before unattended agent runs.
~/.pgpass実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
barman | cli | グローバル実行可能ファイル | |
barman-cloud-backup | cli | グローバル実行可能ファイル | |
barman-cloud-backup-delete | cli | グローバル実行可能ファイル | |
barman-cloud-backup-keep | cli | グローバル実行可能ファイル | |
barman-cloud-backup-list | cli | グローバル実行可能ファイル | |
barman-cloud-backup-show | cli | グローバル実行可能ファイル | |
barman-cloud-check-wal-archive | cli | グローバル実行可能ファイル | |
barman-cloud-restore | cli | グローバル実行可能ファイル | |
barman-cloud-wal-archive | cli | グローバル実行可能ファイル | |
barman-cloud-wal-restore | cli | グローバル実行可能ファイル | |
barman-wal-archive | cli | グローバル実行可能ファイル | |
barman-wal-restore | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/EnterpriseDB/barman
インストールメタデータ
| パッケージキー | brew:barman |
|---|---|
| バージョン | 3.19.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/barman |
| ホームページ | https://www.pgbarman.org/ |
| リポジトリ | https://github.com/EnterpriseDB/barman |
| 上流ドキュメント | https://docs.pgbarman.org/release/3.12.0/user_guide/configuration.html |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://github.com/EnterpriseDB/barman/releases/download/release%2F3.19.1/barman-3.19.1.tar.gz |
| 最終更新 | 2026-05-27T15:28:03Z |
| Pulse | updated |
| 依存関係 | libpq, openssl@3, python@3.14 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | barman |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
barman 3.13.3-1
Backup and Recovery Manager for PostgreSQL
sudo apt install barmanbarman-cli 3.13.3-1
Client utilities for the integration of Barman in PostgreSQL clusters
sudo apt install barman-clibarman-cli-cloud 3.13.3-1
Cloud client utilities for the integration of Barman in PostgreSQL clusters
sudo apt install barman-cli-cloudpython3-barman 3.13.3-1
Backup and Recovery Manager for PostgreSQL - Python modules
sudo apt install python3-barmanbarman
nix profile install nixpkgs#barmanbarman 3.10.0-1
Backup and Recovery Manager for PostgreSQL
sudo apt install barmanbarman-cli 3.10.0-1
Client utilities for the integration of Barman in PostgreSQL clusters
sudo apt install barman-clibarman-cli-cloud 3.10.0-1
Cloud client utilities for the integration of Barman in PostgreSQL clusters
sudo apt install barman-cli-cloudpython3-barman 3.10.0-1
Backup and Recovery Manager for PostgreSQL - Python modules
sudo apt install python3-barmanbarman 3.19.0-r0
Backup and recovery manager for PostgreSQL
sudo apk add barmanbarman-bash-completion 3.19.0-r0
Bash completions for barman
sudo apk add barman-bash-completionbarman-doc 3.19.0-r0
Backup and recovery manager for PostgreSQL (documentation)
sudo apk add barman-docbarman-pyc 3.19.0-r0
Precompiled Python bytecode for barman
sudo apk add barman-pycbarman 3.18.0-2.fc45
Backup and Recovery Manager for PostgreSQL
sudo dnf install barmanbarman-cli 3.18.0-2.fc45
Client Utilities for Barman
sudo dnf install barman-clipython3-barman 3.18.0-2.fc45
Shared libraries for Barman
sudo dnf install python3-barmanソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.