macOS
brew install borgmaticlocal Homebrew formula metadata
sudo port install borgmaticMacPorts ports tree · sysutils/borgmatic/Portfile · source: api.github.com
brew
Simple wrapper script for the Borg backup software. Version 2.1.6 via Homebrew; verified 2026-06-02.
install
brew install borgmaticlocal Homebrew formula metadata
sudo port install borgmaticMacPorts ports tree · sysutils/borgmatic/Portfile · source: api.github.com
sudo apk add borgmaticAlpine Linux edge package indexes · borgmatic · source: dl-cdn.alpinelinux.org
sudo apt install borgmaticDebian stable package indexes · borgmatic · source: deb.debian.org
sudo dnf install borgmaticFedora Rawhide package metadata · borgmatic · source: dl.fedoraproject.org
nix profile install nixpkgs#borgmaticnixpkgs package indexes · pkgs/by-name/bo/borgmatic/package.nix · source: api.github.com
sudo pacman -S borgmaticArch Linux sync databases · borgmatic · source: geo.mirror.pkgbuild.com
sudo zypper install borgmaticopenSUSE Tumbleweed package metadata · borgmatic · source: download.opensuse.org
overview
Simple wrapper script for the Borg backup software
history
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.
security posture
No matching local secret-handling manifest was found for borgmatic. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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/borgmatic/config.yaml~/.config/borgmatic/config.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
borgmatic | cli | global executable | |
generate-borgmatic-config | cli | global executable | |
validate-borgmatic-config | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://torsion.org/borgmatic/
install metadata
| Package key | brew:borgmatic |
|---|---|
| Version | 2.1.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/borgmatic |
| Homepage | https://torsion.org/borgmatic/ |
| Repository | https://projects.torsion.org/borgmatic-collective/borgmatic |
| Upstream docs | https://torsion.org/borgmatic |
| License | GPL-3.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/00/20/4f28c29b14876bee6438d8dd698b80f9188cad066258b8068e3f40676a4e/borgmatic-2.1.6.tar.gz |
| Last updated | 2026-06-02T23:51:48Z |
| Pulse | updated |
| Dependencies | certifi, python@3.14, rpds-py |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | borgmatic |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
borgmatic 1.9.14-0.1
automatically create, prune and verify backups with borgbackup
sudo apt install borgmaticborgmatic
nix profile install nixpkgs#borgmaticborgmatic 1.8.3-1
automatically create, prune and verify backups with borgbackup
sudo apt install borgmaticborgmatic 2.1.4-r0
Simple, configuration-driven backup software for servers and workstations
https://torsion.org/borgmatic/
sudo apk add borgmaticborgmatic-bash-completion 2.1.4-r0
Bash completions for borgmatic
https://torsion.org/borgmatic/
sudo apk add borgmatic-bash-completionborgmatic-pyc 2.1.4-r0
Precompiled Python bytecode for borgmatic
https://torsion.org/borgmatic/
sudo apk add borgmatic-pycborgmatic 2.1.6-2.fc45
Simple Python wrapper script for borgbackup
sudo dnf install borgmaticborgmatic 2.1.5-1
Simple, configuration-driven backup software for servers and workstations
sudo pacman -S borgmaticborgmatic 1.9.5-2.4
Automation tool for borgbackup
sudo zypper install borgmaticborgmatic
sudo port install borgmaticsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.