macOS
brew install borgbackuplocal Homebrew formula metadata
sudo port install borgbackupMacPorts ports tree · sysutils/borgbackup/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für borgbackup in AI-Agent-Workflows.
Installation
brew install borgbackuplocal Homebrew formula metadata
sudo port install borgbackupMacPorts ports tree · sysutils/borgbackup/Portfile · Quelle: api.github.com
sudo apk add borgbackupAlpine Linux edge package indexes · borgbackup · Quelle: dl-cdn.alpinelinux.org
sudo apt install borgbackupDebian stable package indexes · borgbackup · Quelle: deb.debian.org
sudo dnf install borgbackupFedora Rawhide package metadata · borgbackup · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#borgbackupnixpkgs package indexes · pkgs/by-name/bo/borgbackup/package.nix · Quelle: api.github.com
sudo zypper install borgbackupopenSUSE Tumbleweed package metadata · borgbackup · Quelle: download.opensuse.org
sudo pacman -S borgArch Linux sync databases · borg · Quelle: geo.mirror.pkgbuild.com
Überblick
Deduplicating archiver with compression and authenticated encryption
Verlauf
BorgBackup is a deduplicating backup program with optional compression and authenticated encryption. It is one of the most important Unix-style backup CLIs in modern package repositories because it combines content-defined chunking, encrypted remote repositories over SSH, and scriptable command-line operation.
Borg began publicly as a fork of Attic. The project's first GitHub issue, opened May 13, 2015, states that the fork was made to allow different approaches to development, goals, and policy, with emphasis on openness, accepting good pull requests, discussing changes publicly, and avoiding accidental compatibility breaks.
The official documentation describes Borg's core design: split files into variable-length chunks, store only chunks not already present in the repository, optionally compress data, and protect data with client-side authenticated encryption. Borg's SSH-friendly repository model made it practical for daily off-site backups to hosts that were not fully trusted.
Borg reached 1.0.0 on March 5, 2016. The current stable documentation is for Borg 1.4.4, while the master README warns that Borg 2 is in beta and should not be used for production backups, showing an active but compatibility-conscious split between stable backup users and future repository-format work.
Borg's adoption grew among Linux, macOS, and BSD users who wanted a command-line alternative to rsync-style mirror backups and tarball rotation. The package-manager data in the input shows broad distribution coverage across Alpine, Homebrew, Debian, DNF, MacPorts, Nix, Arch, Ubuntu, and openSUSE, matching its role as infrastructure software rather than an application-specific tool.
The docs also call out JSON output for frontends, which helped a small ecosystem of wrappers and graphical tools build on the CLI instead of a Python API. That front-end contract matters because backup tools need automation, monitoring, and restore UX without weakening the reliability of the core command.
Typical use starts by creating a repository with encryption, then running `borg create` repeatedly so only new chunks are stored. Users commonly set `BORG_REPO`, back up to a local path or SSH remote, prune old archives, mount archives as file systems for browsing, and use JSON/log output in automation.
Borg's key workflows are daily encrypted off-site backups, space-efficient backups of large changing files such as VM images, multi-machine repositories where chunk deduplication crosses archive boundaries, and disaster-recovery restores from append-only or otherwise protected storage.
BorgBackup is package-nerd significant because it is a backup tool where packaging quality directly affects data safety: users care about reproducible binaries, FUSE support for mounting archives, Python/Cython extension compatibility, OpenSSL or crypto backend behavior, and careful upgrade notes. Its package name also preserves the full project name while the CLI is simply `borg`.
It is also a canonical example of a serious CLI exposing machine-readable output for frontends while refusing to promise a stable internal Python API. That boundary is exactly the kind of packaging and integration decision that distribution maintainers and backup-tool operators notice.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
<repository>/config~/.cache/borg/<repository-id>/configCredential-bearing paths to review before unattended agent runs.
~/.config/borg/keys/~/Library/Application Support/borg/keys/C:\Users\<user>\AppData\Roaming\borg\keys\Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
borg | cli | globales Executable | |
borgfs | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:borgbackup |
|---|---|
| Version | 1.4.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/borgbackup |
| Homepage | https://www.borgbackup.org/ |
| Repository | https://github.com/borgbackup/borg |
| Upstream-Dokumentation | https://borgbackup.readthedocs.io/en/stable |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://files.pythonhosted.org/packages/eb/38/7fc8c8c7d9dba455f0e29f2ab5b77109313f4e58fe5014d0e1b7855de3cd/borgbackup-1.4.4.tar.gz |
| Abhängigkeiten | libb2, lz4, openssl@3, python@3.14, xxhash, zstd |
| Build-Abhängigkeiten | pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | borgbackup |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
borgbackup 1.4.0-5
deduplicating and compressing backup program
https://borgbackup.github.io/borgbackup/
sudo apt install borgbackupborgbackup-doc 1.4.0-5
deduplicating and compressing backup program (documentation)
https://borgbackup.github.io/borgbackup/
sudo apt install borgbackup-docborgbackup
nix profile install nixpkgs#borgbackupborgbackup 1.2.8-1
deduplicating and compressing backup program
https://borgbackup.github.io/borgbackup/
sudo apt install borgbackupborgbackup-doc 1.2.8-1
deduplicating and compressing backup program (documentation)
https://borgbackup.github.io/borgbackup/
sudo apt install borgbackup-docborgbackup 1.4.4-r1
Deduplicating backup program
sudo apk add borgbackupborgbackup-bash-completion 1.4.4-r1
Bash completions for borgbackup
sudo apk add borgbackup-bash-completionborgbackup-doc 1.4.4-r1
Deduplicating backup program (documentation)
sudo apk add borgbackup-docborgbackup-fish-completion 1.4.4-r1
Fish completions for borgbackup
sudo apk add borgbackup-fish-completionborgbackup-fuse 1.4.4-r1
Deduplicating backup program (FUSE support)
sudo apk add borgbackup-fuseborgbackup-pyc 1.4.4-r1
Precompiled Python bytecode for borgbackup
sudo apk add borgbackup-pycborgbackup-zsh-completion 1.4.4-r1
Zsh completions for borgbackup
sudo apk add borgbackup-zsh-completionborgbackup 1.4.4-2.fc45
A deduplicating backup program with compression and authenticated encryption
https://borgbackup.readthedocs.org
sudo dnf install borgbackupborg 1.4.4-1
Deduplicating backup program with compression and authenticated encryption
sudo pacman -S borgborgbackup 1.4.1-6.3
Deduplicating backup program with compression and authenticated encryption
https://github.com/borgbackup/borg
sudo zypper install borgbackupborgbackup-bash-completion 1.4.1-6.3
Bash Completion for borgbackup
https://github.com/borgbackup/borg
sudo zypper install borgbackup-bash-completionQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.