Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 borgmatic

查看 borgmatic 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install borgmatic

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install borgmatic

MacPorts ports tree · sysutils/borgmatic/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add borgmatic

Alpine Linux edge package indexes · borgmatic · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install borgmatic

Debian stable package indexes · borgmatic · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install borgmatic

Fedora Rawhide package metadata · borgmatic · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#borgmatic

nixpkgs package indexes · pkgs/by-name/bo/borgmatic/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S borgmatic

Arch Linux sync databases · borgmatic · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install borgmatic

openSUSE Tumbleweed package metadata · borgmatic · 来源: download.opensuse.org

概览

软件包摘要

Simple wrapper script for the Borg backup software

命令和别名

  • borgmatic
  • generate-borgmatic-config
  • validate-borgmatic-config

历史

项目历史与用法

borgmatic is configuration-driven backup automation for BorgBackup, turning Borg's deduplicating encrypted archive model into repeatable YAML-based backup jobs for servers and workstations.

项目历史

The project grew as a wrapper and automation layer around BorgBackup. Its own documentation now presents borgmatic as the canonical project at torsion.org and the source repository as the official development home.

borgmatic grew from a small wrapper script into a backup orchestrator with configuration validation, repository creation, pruning, checks, database dumps, hooks, monitoring integrations, and upgrade-aware command changes. The documentation's compatibility notes, such as the move from the older init action to repo-create, show an actively maintained tool tracking Borg's evolution.

采用历史

borgmatic is packaged across mainstream Unix package managers, including Homebrew, Debian, Ubuntu, Fedora, Arch, openSUSE, Alpine, MacPorts, and Nix according to the batch input. Its presence in both Linux distribution repositories and macOS package managers reflects a practical role in personal server, workstation, and self-hosting backup setups.

The project also appears in the Borg hosting ecosystem: borgmatic's README and site point users toward providers that explicitly support Borg or borgmatic workflows, making it a familiar layer for off-site encrypted backups.

使用方式

Typical use starts with a YAML configuration listing source directories, repositories, retention, checks, hooks, and optional database backup settings. Operators run borgmatic manually, from cron, or from systemd timers to create and prune Borg archives without hand-writing long Borg command lines.

borgmatic relies on Borg being installed separately, then wraps Borg operations such as repository creation, archive creation, pruning, checks, extraction, and passphrase handling. Its docs describe both configuration-file passphrases and Borg environment variables such as BORG_PASSPHRASE and BORG_PASSCOMMAND.

为什么软件包爱好者会关心

For package maintainers, borgmatic is a useful example of a Python CLI that deliberately avoids bundling its core external engine, Borg, so distro packages must express the Borg relationship cleanly instead of hiding it inside the wrapper.

For CLI users, it sits in the sweet spot between raw Borg commands and a full backup appliance: declarative config, Unix-friendly scheduling, and enough hooks to integrate with monitoring without requiring a daemon.

时间线

  • 2017: Official source repository metadata shows the borgmatic repository created on projects.torsion.org.
  • 2023: Official release metadata includes borgmatic 1.8.1, part of the mature 1.x series.
  • 2025: Documentation records the repo-create action replacing the older init action in borgmatic 1.9.0.
  • 2026: Project metadata and package-manager input show borgmatic maintained as a cross-distro backup CLI.

Related projects

  • BorgBackup is the underlying deduplicating, encrypted backup tool that borgmatic automates.
  • BorgBase is a related hosting provider named by the borgmatic site as supporting Borg and borgmatic workflows.
  • systemd, Docker, Podman, database engines, and monitoring services are adjacent integrations documented by borgmatic.

安全态势

尚未找到受保护工具覆盖

没有找到 borgmatic 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 3 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/borgmatic/config.yaml~/.config/borgmatic/config.yaml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
borgmaticcli全局可执行文件
generate-borgmatic-configcli全局可执行文件
validate-borgmatic-configcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本2.1.6
管理器更新时间2026-06-02
本地数据OK
上游not checked
检测到的最新版本未检测到

https://torsion.org/borgmatic/

安装元数据

软件包元数据

软件包键brew:borgmatic
版本2.1.6
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/borgmatic
主页https://torsion.org/borgmatic/
仓库https://projects.torsion.org/borgmatic-collective/borgmatic
上游文档https://torsion.org/borgmatic
许可证GPL-3.0-or-later
源码归档https://files.pythonhosted.org/packages/00/20/4f28c29b14876bee6438d8dd698b80f9188cad066258b8068e3f40676a4e/borgmatic-2.1.6.tar.gz
最后更新2026-06-02T23:51:48Z
Pulseupdated
依赖certifi, python@3.14, rpds-py
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameborgmatic
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

borgmatic 1.9.14-0.1

automatically create, prune and verify backups with borgbackup

https://torsion.org/borgmatic

sudo apt install borgmatic
  • Section: utils
  • Architecture: all
  • 6 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Borgmatic
Debian stable package indexes · deb.debian.org · Debian stable package indexes: borgmatic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

borgmatic

nix profile install nixpkgs#borgmatic
  • normalized package name match
  • 匹配方式:Borgmatic
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bo/borgmatic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

borgmatic 1.8.3-1

automatically create, prune and verify backups with borgbackup

https://torsion.org/borgmatic

sudo apt install borgmatic
  • Section: universe/utils
  • Architecture: all
  • 8 依赖
  • normalized package name match
  • 匹配方式:Borgmatic
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: borgmatic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

borgmatic 2.1.4-r0

Simple, configuration-driven backup software for servers and workstations

https://torsion.org/borgmatic/

sudo apk add borgmatic
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: borgmatic
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Borgmatic
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: borgmatic from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

borgmatic-bash-completion 2.1.4-r0

Bash completions for borgmatic

https://torsion.org/borgmatic/

sudo apk add borgmatic-bash-completion
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: borgmatic
  • normalized package name match
  • 匹配方式:Borgmatic
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: borgmatic-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

borgmatic-pyc 2.1.4-r0

Precompiled Python bytecode for borgmatic

https://torsion.org/borgmatic/

sudo apk add borgmatic-pyc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: borgmatic
  • 1 依赖
  • normalized package name match
  • 匹配方式:Borgmatic
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: borgmatic-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

borgmatic 2.1.6-2.fc45

Simple Python wrapper script for borgbackup

https://torsion.org/borgmatic

sudo dnf install borgmatic
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: borgmatic
  • 5 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Borgmatic
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: borgmatic from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

borgmatic 2.1.5-1

Simple, configuration-driven backup software for servers and workstations

https://torsion.org/borgmatic

sudo pacman -S borgmatic
  • License: GPL-3.0-or-later
  • Architecture: any
  • 6 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Borgmatic
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: borgmatic from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

borgmatic 1.9.5-2.4

Automation tool for borgbackup

https://torsion.org/borgmatic

sudo zypper install borgmatic
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: borgmatic
  • 8 依赖
  • 5 提供
  • normalized package name match
  • 匹配方式:Borgmatic
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: borgmatic from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

borgmatic

sudo port install borgmatic
  • normalized package name match
  • 匹配方式:Borgmatic
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/borgmatic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment