pkg.soopen package index

brew / rank 376

Install rsync with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper

Utility that provides fast incremental file transfer. Version 3.5.0 via Homebrew; verified 2026-09-10. Also installable with debian: sudo apt install rsync.

agent safety

Agent safety answer

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

Credential access

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

Remote mutation

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

Publish/artifact risk

Can publish build artifacts or remove deployed files.

Recommended control

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

Agent-use guidance

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

install

Additional install commands

macOS

Homebrewverified · 100%
brew install rsync

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install rsync

MacPorts ports tree · net/rsync/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add rsync

Alpine Linux edge package indexes · rsync · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install rsync

Debian stable package indexes · rsync · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install rsync

Fedora Rawhide package metadata · rsync · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#rsync

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

Arch Linux pacmanverified · 92%
sudo pacman -S rsync

Arch Linux sync databases · rsync · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install rsync

openSUSE Tumbleweed package metadata · rsync · source: download.opensuse.org

overview

Package summary

Utility that provides fast incremental file transfer

Commands and aliases

  • rrsync
  • rsync
  • rsync-ssl

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: blue

doc example: file synchronization tool.

Risk classifier

blue risk · high confidence · tool

Why

  • doc example: file synchronization tool

Signals

  • override:rsync

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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

executables

Installed executables

CommandKindExposureNote
rrsynccliglobal executable
rsynccliglobal executable
rsync-sslcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-09-19
manager version3.5.0
manager updated2026-09-10
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/RsyncProject/rsync

install metadata

Package metadata

Package keybrew:rsync
Version3.5.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/rsync
Homepagehttps://rsync.samba.org/
Repositoryhttps://github.com/RsyncProject/rsync
Upstream docshttps://rsync.samba.org/
LicenseGPL-3.0-or-later
Source archivehttps://github.com/RsyncProject/rsync/releases/download/v3.5.0/rsync-3.5.0.tar.gz
Last updated2026-09-10T08:33:29Z
Pulseupdated
Dependencieslz4, openssl@3, popt, xxhash, zstd
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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 dependencies
  • 4 optional deps
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • 4 optional deps
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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