macOS
brew install zpaqprovider-native install command
安装
brew install zpaqprovider-native install command
概览
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 | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:zpaq |
|---|---|
| 版本 | 7.15 |
| 软件包管理器 | Homebrew |
| 主页 | https://mattmahoney.net/dc/zpaq.html |
| 仓库 | https://github.com/zpaq/zpaq |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.