pkg.soopen package index

brew / 順位 9113

zrepl を Homebrew, apk, Nix でインストール

zrepl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install zrepl

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add zrepl

Alpine Linux edge package indexes · zrepl · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#zrepl

nixpkgs package indexes · pkgs/by-name/zr/zrepl/package.nix · ソース: api.github.com

概要

パッケージ概要

One-stop ZFS backup & replication solution

コマンドとエイリアス

  • zrepl

履歴

プロジェクトの歴史と使われ方

zrepl is a Go daemon and CLI for ZFS snapshot management, backup, and replication. It wraps ZFS send/receive workflows with configuration, scheduling, pruning, monitoring, status reporting, and transport handling.

プロジェクトの歴史

The public `zrepl/zrepl` repository was created in April 2017, and the documentation copyright identifies Christian Schwarz as the project author. The README and official site describe zrepl as a one-stop ZFS backup and replication solution, with user documentation published through Sphinx at zrepl.github.io.

zrepl developed around the hard parts of reliable ZFS replication rather than around a generic backup format. The documentation lists push and pull replication, TCP, TLS, and SSH transports, retries, resumable send/receive, ZFS holds, bookmarks, raw encrypted sends, properties/compressed/large-block sends, bandwidth limiting, periodic snapshots, pruning rules, structured logging, Prometheus metrics, and `zrepl status` progress reporting.

The changelog shows the project maturing through operational features: Prometheus metrics and receiver-side pruning behavior in early releases, automatic bookmark and hold management, configurable send/receive flags, bandwidth limiting, encrypted-send fixes, and later 0.6 and 0.7 maintenance releases.

採用の歴史

zrepl's audience is narrower than general backup tools because it requires ZFS, but it is significant inside that ecosystem. The official package documentation lists installation paths through GitHub release binaries, FreeBSD packages, Homebrew on macOS, Arch AUR, Fedora/RHEL/openSUSE RPM repositories, Debian/Ubuntu APT repositories, OmniOS, Void Linux, and source builds.

GitHub metadata showed more than 1,100 stars by mid-2026, consistent with an infrastructure tool used by ZFS administrators rather than casual desktop users. Its adoption is also reflected in docs that address distro maintainers, service files, platform tests that exercise ZFS, and package repository operations.

使われ方

Typical use is to write a YAML configuration at `/etc/zrepl/zrepl.yml`, validate it with `zrepl configcheck`, run zrepl as a daemon, and use `zrepl status` or `zrepl signal wakeup JOBNAME` to monitor or trigger work. The quick-start docs cover continuous server backup, local snapshots with offline external-disk backup, and fan-out replication.

zrepl is most useful when native ZFS snapshots and `zfs send` are already the desired backup primitive, but the operator wants automated policy, pruning, transport, monitoring, and safety checks around them.

パッケージ好きにとっての重要性

zrepl is package-nerd significant because it is not another tar-like backup archive; it is packaging the operational discipline around ZFS itself. It turns a powerful but manual storage primitive into a service with config files, system packages, status UI, metrics, and reproducible deployment patterns.

It is also a good example of a small infrastructure package whose real value is coordination: snapshots, bookmarks, holds, pruning, send/receive flags, daemon supervision, and distro defaults all have to line up or backups quietly become unsafe.

タイムライン

  • 2017-04-13: The public `zrepl/zrepl` repository is created.
  • 2020-08-21: zrepl 0.3.0 is published on GitHub.
  • 2021-04-18: zrepl 0.4.0 is published.
  • 2022-01-09: zrepl 0.5.0 is published, with changelog entries including bandwidth limiting and send/receive-related fixes.
  • 2022-11-01: zrepl 0.6.0 is published.
  • 2026-02-15: zrepl 0.7.0 is published.

Related projects

  • OpenZFS is the underlying filesystem and send/receive substrate.
  • syncoid and sanoid are adjacent ZFS snapshot and replication tools in the same administrator niche.
  • Prometheus is relevant because zrepl exposes metrics for monitoring replication health.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service. generalized runtime or code generation signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service
  • generalized runtime or code generation signal

信号

  • metadata:service
  • text:repl

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
/etc/zrepl/zrepl.yml/usr/local/etc/zrepl/zrepl.yml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zrepl実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.7.0
マネージャ更新日2026-07-25
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zrepl
バージョン0.7.0
パッケージマネージャHomebrew
ホームページhttps://zrepl.github.io
リポジトリhttps://github.com/zrepl/zrepl
最終更新2026-07-25T21:50:59+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

zrepl

nix profile install nixpkgs#zrepl
  • normalized package name match
  • 一致条件: Zrepl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zr/zrepl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

zrepl 0.6.1-r22

one-stop, integrated solution for ZFS replication

https://zrepl.github.io/

sudo apk add zrepl
  • License: MIT
  • Architecture: x86_64
  • Source Package: zrepl
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zrepl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zrepl from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zrepl-bash-completion 0.6.1-r22

Bash completions for zrepl

https://zrepl.github.io/

sudo apk add zrepl-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: zrepl
  • normalized package name match
  • 一致条件: Zrepl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zrepl-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zrepl-openrc 0.6.1-r22

one-stop, integrated solution for ZFS replication (OpenRC init scripts)

https://zrepl.github.io/

sudo apk add zrepl-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: zrepl
  • normalized package name match
  • 一致条件: Zrepl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zrepl-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zrepl-zsh-completion 0.6.1-r22

Zsh completions for zrepl

https://zrepl.github.io/

sudo apk add zrepl-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: zrepl
  • normalized package name match
  • 一致条件: Zrepl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zrepl-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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