# 使用 Homebrew, apk, apt, MacPorts, Nix 安装 burp

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

## 安装

```sh
sudo av install brew:burp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install burp
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install burp
```

  证据: MacPorts ports tree: sysutils/burp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add burp
```

  证据: Alpine Linux edge package indexes: burp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install burp
```

  证据: Debian stable package indexes: burp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#burp
```

  证据: nixpkgs package indexes: pkgs/by-name/bu/burp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:burp
- **软件包管理器:** Homebrew
- **版本:** 3.2.0
- **来源摘要:** Network backup and restore
- **主页:** <https://burp.grke.org/>
- **仓库:** <https://github.com/grke/burp>
- **最后更新:** 2026-05-13T00:05:45Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bedup (别名)
- bsigs (别名)
- bsparse (别名)
- burp (别名)
- burp_ca (别名)
- vss_strip (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.2.0
## 项目历史与用法

Burp is a client-server network backup and restore program with Unix, macOS, and Windows client support. It is built around scheduled backups, SSL-protected client/server communication, restore and verify workflows, compression, librsync-style delta transfer, and long-running operational maintenance.

### 项目历史

The upstream changelog shows Burp's early 1.0 series adding backup and restore counters, safer restores, Windows fixes, SSL support, checksummed manifests, verification, client-side file encryption, scheduling, email notifications, live status monitoring, and the `burp_ca` certificate helper during 2011. That history makes Burp visibly older than many single-binary backup tools and rooted in the traditional network backup-server model.

Later Burp development continued through 2.x and 3.x branches with Windows tooling, protocol work, OpenSSL updates, systemd integration, sparse-index and restore fixes, access controls, and configuration hardening. The official quick-start still documents building a server from source, installing config files, running the daemon, and deploying Unix, Windows, and Homebrew-based macOS clients.

### 采用历史

Burp's adoption is strongest in distribution and operations contexts: the input metadata records packages in apk, Homebrew, Debian, MacPorts, Nix, and Ubuntu. Its continued package presence reflects a practical niche for administrators who want a self-hosted network backup server with mixed-platform clients rather than a purely local archive tool.

### 使用方式

A Burp deployment usually has a central server using `/etc/burp/burp-server.conf` and per-client configuration under `/etc/burp/clientconfdir`, while clients run `burp -a b` for backup or poll on a schedule to see whether the server has work for them. The Windows installer and macOS Homebrew instructions make it usable across heterogeneous fleets.

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

Burp is package-nerd-relevant because it preserves the classic Unix backup-daemon shape in an open-source package: config directories, certificate helpers, cron or scheduler-driven clients, restore commands, and distro service integration. It is a useful contrast with newer backup CLIs that prefer single-user repositories and SSH remotes.

### 时间线

- 2011-03: Burp 1.1.x changelog entries added verification, SSL, client-side encryption, scheduling, and email notifications.
- 2011-06: Changelog entries added live status monitoring improvements and the burp_ca helper.
- 2021: Burp 2.5.x became a stable/latest branch with Windows config-permission hardening.
- 2022: Burp 3.1.x removed protocol 2 and added OpenSSL 3 support.
- 2026-05-30: Burp 3.3.0 released as a new latest version.

### Related projects

- Burp is related to librsync, OpenSSL, zlib, uthash, cron/systemd scheduling, and network backup systems such as Bacula, Amanda, Bareos, BackupPC, and rdiff-backup.

### 来源

- <https://burp.grke.org/docs.html>
- <https://github.com/grke/burp>
- <https://raw.githubusercontent.com/grke/burp/master/CHANGELOG>
- <https://raw.githubusercontent.com/grke/burp/master/README>
- source_facts.package-manager


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service


## 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

- Linux: /etc/burp/burp.conf, /etc/burp/burp-server.conf, /etc/burp/clientconfdir
- macOS: /usr/local/etc/burp/burp.conf
- Windows: %PROGRAMFILES%\Burp\burp.conf, C:/Program Files/Burp/burp.conf

## Credential files

- Linux: /etc/burp/clientconfdir/<client>, /etc/burp/ssl_cert-server.key, /etc/burp/ssl_cert-client.key
- macOS: /usr/local/etc/burp/burp.conf
- Windows: %PROGRAMFILES%\Burp\burp.conf, C:/Program Files/Burp/burp.conf
## 其他软件包管理器记录

- Debian apt - burp - 3.1.4-4: normalized package name match | Debian stable package indexes: burp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple cross-platform network BackUp and Restore Program | https://burp.grke.net/
- Nix - burp: normalized package name match | nixpkgs package indexes: pkgs/by-name/bu/burp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - burp - 3.1.4-3.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: burp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple cross-platform network BackUp and Restore Program | https://burp.grke.net/
- apk - burp - 3.2.0-r0: normalized package name match | Alpine Linux edge package indexes: burp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A network backup and restore program | https://burp.grke.org
- apk - burp-doc - 3.2.0-r0: normalized package name match | Alpine Linux edge package indexes: burp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A network backup and restore program (documentation) | https://burp.grke.org
- apk - burp-server - 3.2.0-r0: normalized package name match | Alpine Linux edge package indexes: burp-server from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A network backup and restore program (server configuration and helper scripts) | https://burp.grke.org
- MacPorts - burp: normalized package name match | MacPorts ports tree: sysutils/burp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/burp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/burp.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
