macOS
brew install zpaqlocal Homebrew formula metadata
sudo port install zpaqMacPorts ports tree · archivers/zpaq/Portfile · ソース: api.github.com
brew / 順位 6608
zpaq のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:zpaq |
|---|---|
| バージョン | 7.15 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://mattmahoney.net/dc/zpaq.html |
| リポジトリ | https://github.com/zpaq/zpaq |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの 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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.