pkg.soopen package index

brew / 順位 376

rsync を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

エージェント安全性

エージェント安全性の回答

rsync transfers files locally or remotely and can overwrite or delete destinations.

認証情報アクセス

Reads SSH keys, source files, and paths selected for transfer.

リモート変更

Can sync, overwrite, or delete files on remote hosts.

公開/成果物リスク

Can publish build artifacts or remove deployed files.

推奨コントロール

Gate remote syncs, deletes, and secret-bearing source paths.

エージェント利用ガイダンス

Allow dry runs; require approval for remote writes, deletes, and transfers of sensitive paths.

インストール

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

macOS

Homebrew確認済み · 100%
brew install rsync

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install rsync

MacPorts ports tree · net/rsync/Portfile · ソース: api.github.com

Linux

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

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

Debian apt確認済み · 92%
sudo apt install rsync

Debian stable package indexes · rsync · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install rsync

Fedora Rawhide package metadata · rsync · ソース: dl.fedoraproject.org

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S rsync

Arch Linux sync databases · rsync · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install rsync

openSUSE Tumbleweed package metadata · rsync · ソース: download.opensuse.org

概要

パッケージ概要

Utility that provides fast incremental file transfer

コマンドとエイリアス

  • rrsync
  • rsync
  • rsync-ssl

履歴

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

rsync is a GPL-licensed utility for fast incremental file transfer. It minimizes transferred data when updating files and directory trees and can operate locally, through remote shells such as SSH, or using its own daemon protocol.

プロジェクトの歴史

Andrew Tridgell developed the rsync algorithm from research into parallel filesystems and external sorting, with source copyrights dating to 1996. The project subsequently evolved beyond its original remote-update mechanism with incremental recursion, ACL and extended-attribute support, character-set conversion, and continuing protocol and security work.

採用の歴史

rsync became a standard Unix-like systems tool for local copying, remote synchronization, deployment, mirroring, and backup. The supplied package mappings show distribution through Homebrew, Debian, Ubuntu, Fedora-family, Alpine, Arch, Nix, MacPorts, Chocolatey, and openSUSE ecosystems.

使われ方

Users commonly invoke rsync for one-way directory synchronization, remote copying over SSH, incremental backups, software deployment, and content mirroring. Daemon deployments normally use `/etc/rsyncd.conf`; a non-root daemon started through a remote shell instead defaults to `rsyncd.conf` in its current directory, typically `$HOME`.

Credentials have no single universal file location. A client password file is explicitly selected with `--password-file`, while daemon-side username/password records are stored in the administrator-selected `secrets file`; the official daemon documentation states that this setting has no default.

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

rsync is package-nerd infrastructure: a compact command whose delta-transfer behavior, metadata preservation, filter rules, SSH transport, daemon mode, and scriptability underpin countless backup and deployment workflows. Its famously dense option set also rewards careful version and platform awareness.

タイムライン

  • 1996: Early rsync source and algorithm work by Andrew Tridgell and Paul Mackerras.
  • 2008: rsync 3.0 introduced incremental recursion and officially added features including ACLs, extended attributes, and filename character-set conversion.
  • 2026: The official project continued publishing rsync 3.4 maintenance releases.

Related projects

  • Samba hosts the official rsync project site. rsync-time-backup builds snapshot-style backup behavior around rsync, while rsyncy wraps rsync output with a consolidated progress display.

セキュリティ状態

リスクレベル: blue

doc example: file synchronization tool.

リスク分類器

リスク blue · 信頼度 高 · tool

理由

  • doc example: file synchronization tool

信号

  • override:rsync

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 5 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

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
~/.rsyncd.conf~/.config/rsync/rsyncd.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.rsync_pass~/.rsync-password~/.rsync.pass~/.rsyncd.conf~/.config/rsync/rsyncd.conf

実行可能ファイル

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

コマンド種類公開範囲メモ
rrsynccliグローバル実行可能ファイル
rsynccliグローバル実行可能ファイル
rsync-sslcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版3.5.0
マネージャ更新日2026-09-10
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/RsyncProject/rsync

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:rsync
バージョン3.5.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/rsync
ホームページhttps://rsync.samba.org/
リポジトリhttps://github.com/RsyncProject/rsync
上流ドキュメントhttps://rsync.samba.org/
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://github.com/RsyncProject/rsync/releases/download/v3.5.0/rsync-3.5.0.tar.gz
最終更新2026-09-10T08:33:29Z
Pulseupdated
依存関係lz4, openssl@3, popt, xxhash, zstd
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namersync
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

rsync 3.4.1+ds1-5+deb13u4

fast, versatile, remote (and local) file-copying tool

https://rsync.samba.org/

sudo apt install rsync
  • Section: net
  • Architecture: amd64
  • 8 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Rsync
Debian stable package indexes · deb.debian.org · Debian stable package indexes: rsync from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

rsync

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

rsync 3.2.7-1ubuntu1

fast, versatile, remote (and local) file-copying tool

https://rsync.samba.org/

sudo apt install rsync
  • Section: net
  • Architecture: amd64
  • 9 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Rsync
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: rsync from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

rrsync 3.4.4-r0

Restricted rsync, restricts rsync to a subdir declared in .ssh/authorized_keys

https://rsync.samba.org/

sudo apk add rrsync
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: rsync
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Rsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: rrsync from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

rsync 3.4.4-r0

A file transfer program to keep remote files in sync

https://rsync.samba.org/

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

rsync-doc 3.4.4-r0

A file transfer program to keep remote files in sync (documentation)

https://rsync.samba.org/

sudo apk add rsync-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: rsync
  • normalized package name match
  • 一致条件: Rsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: rsync-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

rsync-openrc 3.4.4-r0

A file transfer program to keep remote files in sync (OpenRC init scripts)

https://rsync.samba.org/

sudo apk add rsync-openrc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: rsync
  • normalized package name match
  • 一致条件: Rsync
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: rsync-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

rsync 3.5.0-1.fc46

A program for synchronizing files over a network

https://rsync.samba.org/

sudo dnf install rsync
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rsync
  • 9 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Rsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: rsync from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

rsync-daemon 3.5.0-1.fc46

Service for anonymous access to rsync

https://rsync.samba.org/

sudo dnf install rsync-daemon
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: rsync
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Rsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: rsync-daemon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

rsync-rrsync 3.5.0-1.fc46

A script to setup restricted rsync users via ssh logins

https://rsync.samba.org/

sudo dnf install rsync-rrsync
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: rsync
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Rsync
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: rsync-rrsync from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

rsync 3.5.0-1

A fast and versatile file copying tool for remote and local files

https://rsync.samba.org/

sudo pacman -S rsync
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 9 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Rsync
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: rsync from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

rsync 3.4.3-2.3

Versatile tool for fast incremental file transfer

https://rsync.samba.org/

sudo zypper install rsync
  • License: GPL-3.0-or-later
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: rsync
  • 12 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Rsync
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: rsync from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
MacPorts95%

rsync

sudo port install rsync
  • normalized package name match
  • 一致条件: Rsync
MacPorts ports tree · api.github.com · MacPorts ports tree: net/rsync/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

rsync

choco install rsync
  • normalized package name match
  • 一致条件: Rsync
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: rsync from https://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','resharper-platform'
Nix92%

rrsync

nix profile install nixpkgs#rrsync
  • installed executable or alias match
  • 一致条件: Rrsync
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/rr/rrsync/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation