macOS
brew install zpaqlocal Homebrew formula metadata
sudo port install zpaqMacPorts ports tree · archivers/zpaq/Portfile · 来源: api.github.com
安装
brew install zpaqlocal Homebrew formula metadata
sudo port install zpaqMacPorts ports tree · archivers/zpaq/Portfile · 来源: api.github.com
sudo apk add zpaqAlpine Linux edge package indexes · zpaq · 来源: dl-cdn.alpinelinux.org
sudo dnf install zpaqFedora Rawhide package metadata · zpaq · 来源: dl.fedoraproject.org
nix profile install nixpkgs#zpaqnixpkgs package indexes · pkgs/by-name/zp/zpaq/package.nix · 来源: api.github.com
sudo zypper install zpaqopenSUSE Tumbleweed package metadata · zpaq · 来源: download.opensuse.org
概览
Incremental, journaling command-line archiver
历史
ZPAQ is Matt Mahoney's incremental, journaling command-line archiver and backup format. It combines append-only archive history, deduplication, rollback by date or version, and a published archive specification with reference decoder.
The official ZPAQ page traces readable archive compatibility back to version 1.00 in March 2009. The early format was a streaming archive format; version 5.00 in August 2012 added a level-2 format for compression with pre/post processing, version 6.00 in September 2012 introduced the journaling format with deduplication and rollback, and January 2014 versions added encryption and multipart archives.
ZPAQ belongs to Matt Mahoney's broader PAQ compression lineage. Its distinctive format design stores decompression code in a sandboxed virtual machine language called ZPAQL, which helps newer compression methods remain extractable by older readers when the archive only needs supported format features.
The final upstream package advertised on the official page is zpaq v7.15, released in August 2016, containing C++ source, libzpaq, documentation, Windows binaries, and a Makefile for Unix-like systems. The page presents ZPAQ as public-domain software and an open standard rather than a proprietary backup container.
ZPAQ never became as mainstream as zip, 7-Zip, or RAR, but it earned a durable niche among compression and backup users because it solved repeated-backup storage differently from one-shot archivers. The official page compares it against backup and archiving tools and emphasizes realistic backup workloads with duplicate and already-compressed files.
The batch package metadata shows ZPAQ packaged in Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and openSUSE. That broad Unix packaging footprint reflects a tool valued by technically minded users even after upstream development slowed.
Typical usage is `zpaq add archive.zpaq files` for incremental backups and `zpaq extract archive.zpaq path -until DATE_OR_VERSION` to restore old states. Updates append new archive data instead of overwriting old versions, and interrupted transacted updates are ignored or overwritten on the next update.
ZPAQ is best understood as a user-level backup and archival tool. The official documentation warns against using it for complete operating-system backups and lists filesystem metadata that it does not preserve, such as ACLs, owner/group IDs, registry data, and special device files.
ZPAQ matters to package nerds because it is both a CLI and a format study: append-only backups, content-defined chunking, SHA-1 fragment deduplication, optional encryption, multipart remote archive workflows, and a published decoder specification in one small tool.
It is also a good example of a high-compression research lineage surviving as a practical package. Users install `zpaq` not because it is fashionable, but because no ordinary archive format quite has the same combination of journaling history and deduplicated backup behavior.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
zpaq | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://mattmahoney.net/dc/zpaq.html
安装元数据
| 软件包键 | brew:zpaq |
|---|---|
| 版本 | 7.15 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/zpaq |
| 主页 | https://mattmahoney.net/dc/zpaq.html |
| 仓库 | https://github.com/zpaq/zpaq |
| 上游文档 | https://mattmahoney.net/dc/zpaq.html |
| 许可证 | Unlicense AND MIT AND LicenseRef-Homebrew-public-domain |
| 源码归档 | https://mattmahoney.net/dc/zpaq715.zip |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zpaq |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
zpaq 7.15+repack-1
maximum reference compressor for ZPAQ open standard
http://mattmahoney.net/dc/zpaq.html
sudo apt install zpaqzpaq
nix profile install nixpkgs#zpaqzpaq 7.15+repack-1
maximum reference compressor for ZPAQ open standard
http://mattmahoney.net/dc/zpaq.html
sudo apt install zpaqzpaq 7.15-r0
A journaling archiver optimized for backup
https://mattmahoney.net/dc/zpaq.html
sudo apk add zpaqzpaq-doc 7.15-r0
A journaling archiver optimized for backup (documentation)
https://mattmahoney.net/dc/zpaq.html
sudo apk add zpaq-doczpaq 7.15-26.fc45
Incremental journaling back-up archiver
http://mattmahoney.net/dc/zpaq.html
sudo dnf install zpaqzpaq-devel 7.15-26.fc45
Development files for ZPAQ library
http://mattmahoney.net/dc/zpaq.html
sudo dnf install zpaq-develzpaq-libs 7.15-26.fc45
Library for ZPAQ compression and decompression
http://mattmahoney.net/dc/zpaq.html
sudo dnf install zpaq-libszpaq 7.15-4.4
A journaling, incremental, deduplicating archiver
http://mattmahoney.net/dc/zpaq.html
sudo zypper install zpaqzpaq
sudo port install zpaq来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.