認証情報アクセス
Reads SSH keys, source files, and paths selected for transfer.
brew / 順位 376
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.
インストール
brew install rsynclocal Homebrew formula metadata
sudo port install rsyncMacPorts ports tree · net/rsync/Portfile · ソース: api.github.com
sudo apk add rsyncAlpine Linux edge package indexes · rsync · ソース: dl-cdn.alpinelinux.org
sudo apt install rsyncDebian stable package indexes · rsync · ソース: deb.debian.org
sudo dnf install rsyncFedora Rawhide package metadata · rsync · ソース: dl.fedoraproject.org
nix profile install nixpkgs#rsyncnixpkgs package indexes · pkgs/by-name/rs/rsync/package.nix · ソース: api.github.com
sudo pacman -S rsyncArch Linux sync databases · rsync · ソース: geo.mirror.pkgbuild.com
sudo zypper install rsyncopenSUSE Tumbleweed package metadata · rsync · ソース: download.opensuse.org
choco install rsyncChocolatey community package catalog · rsync · ソース: community.chocolatey.org
概要
Utility that provides fast incremental file transfer
履歴
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.
セキュリティ状態
doc example: file synchronization tool.
リスク blue · 信頼度 高 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
~/.rsyncd.conf~/.config/rsync/rsyncd.confCredential-bearing paths to review before unattended agent runs.
~/.rsync_pass~/.rsync-password~/.rsync.pass~/.rsyncd.conf~/.config/rsync/rsyncd.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
rrsync | cli | グローバル実行可能ファイル | |
rsync | cli | グローバル実行可能ファイル | |
rsync-ssl | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
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 |
| Pulse | updated |
| 依存関係 | lz4, openssl@3, popt, xxhash, zstd |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rsync |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
rsync 3.4.1+ds1-5+deb13u4
fast, versatile, remote (and local) file-copying tool
sudo apt install rsyncrsync
nix profile install nixpkgs#rsyncrsync 3.2.7-1ubuntu1
fast, versatile, remote (and local) file-copying tool
sudo apt install rsyncrrsync 3.4.4-r0
Restricted rsync, restricts rsync to a subdir declared in .ssh/authorized_keys
sudo apk add rrsyncrsync 3.4.4-r0
A file transfer program to keep remote files in sync
sudo apk add rsyncrsync-doc 3.4.4-r0
A file transfer program to keep remote files in sync (documentation)
sudo apk add rsync-docrsync-openrc 3.4.4-r0
A file transfer program to keep remote files in sync (OpenRC init scripts)
sudo apk add rsync-openrcrsync 3.5.0-1.fc46
A program for synchronizing files over a network
sudo dnf install rsyncrsync-daemon 3.5.0-1.fc46
Service for anonymous access to rsync
sudo dnf install rsync-daemonrsync-rrsync 3.5.0-1.fc46
A script to setup restricted rsync users via ssh logins
sudo dnf install rsync-rrsyncrsync 3.5.0-1
A fast and versatile file copying tool for remote and local files
sudo pacman -S rsyncrsync 3.4.3-2.3
Versatile tool for fast incremental file transfer
sudo zypper install rsyncrsync
sudo port install rsyncrsync
choco install rsyncrrsync
nix profile install nixpkgs#rrsyncソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.