🍺 BREW Explorer

← all formulae

rsync

brew install rsync v3.4.4 GPL-3.0-or-later

Fast incremental file transfer utility for synchronizing files locally and over SSH.

Why you might care

rsync is the standard for efficient file sync—it only transfers changed portions of files, making it much faster than plain copy for large or remote transfers. Use it in backup scripts, deployment pipelines, and shell workflows where you need to mirror directories across machines or disks. Alternatives like scp or sftp lack the intelligent delta mechanism; newer tools like rclone target cloud storage.

Categories

Alternatives

scp sftp cp rclone
20.5k
30-day installs · #233
45.8k
90-day · #293
98.3k
365-day · #424

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "scp",
    "sftp",
    "cp",
    "rclone"
  ],
  "build_dependencies": [
    "autoconf",
    "automake"
  ],
  "categories": [
    "file-utility",
    "networking",
    "shell"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "lz4",
    "openssl@3",
    "popt",
    "xxhash",
    "zstd"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Utility that provides fast incremental file transfer",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:45+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "rsync",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://rsync.samba.org/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "rsync",
  "installs_30d": 20536,
  "installs_365d": 98330,
  "installs_90d": 45841,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-or-later",
  "llm_generated_at": "2026-06-20T23:43:37+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "rsync",
  "oldnames": [],
  "one_liner": "Fast incremental file transfer utility for synchronizing files locally and over SSH.",
  "optional_dependencies": [],
  "rank_30d": 233,
  "rank_365d": 424,
  "rank_90d": 293,
  "raw_hash": "56283ed83cd051e2",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/r/rsync.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "3.4.4",
  "versioned_formulae": [],
  "why_use_this": "rsync is the standard for efficient file sync\u2014it only transfers changed portions of files, making it much faster than plain copy for large or remote transfers. Use it in backup scripts, deployment pipelines, and shell workflows where you need to mirror directories across machines or disks. Alternatives like scp or sftp lack the intelligent delta mechanism; newer tools like rclone target cloud storage."
}