Credential-Zugriff
Reads remote storage tokens, config files, and files selected for transfer.
brew / Rang 272
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für rclone in AI-Agent-Workflows.
Agent-Sicherheit
rclone moves data across local and remote storage providers.
Reads remote storage tokens, config files, and files selected for transfer.
Can copy, delete, sync, and purge remote storage.
Can upload or delete release artifacts, backups, and datasets.
Gate sync, delete, purge, config, and token-revealing commands.
Allow dry-run listings; require approval for transfers, deletes, and config export.
Installation
brew install rclonelocal Homebrew formula metadata
sudo port install rcloneMacPorts ports tree · net/rclone/Portfile · Quelle: api.github.com
sudo apk add rcloneAlpine Linux edge package indexes · rclone · Quelle: dl-cdn.alpinelinux.org
sudo apt install rcloneDebian stable package indexes · rclone · Quelle: deb.debian.org
sudo dnf install rcloneFedora Rawhide package metadata · rclone · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#rclonenixpkgs package indexes · pkgs/by-name/rc/rclone/package.nix · Quelle: api.github.com
sudo pacman -S rcloneArch Linux sync databases · rclone · Quelle: geo.mirror.pkgbuild.com
sudo zypper install rcloneopenSUSE Tumbleweed package metadata · rclone · Quelle: download.opensuse.org
choco install rcloneChocolatey community package catalog · rclone · Quelle: community.chocolatey.org
scoop install main/rcloneScoop official bucket manifest trees · bucket/rclone.json · Quelle: api.github.com
winget install --id Rclone.Rclone -eWindows Package Manager source index · Rclone.Rclone · Quelle: cdn.winget.microsoft.com
Überblick
Rsync for cloud storage
Verlauf
rclone is a cross-platform command-line program for copying, synchronizing, mounting, and managing files across cloud-storage services and other remote systems. Its project shorthand, "rsync for cloud storage," reflects both its interface and its place in package-manager culture.
Nick Craig-Wood began rclone as a Go program for synchronizing files with cloud storage. The official changelog records v0.00 on 18 November 2012.
Later releases expanded beyond copying and synchronization. Notable milestones include mount and crypt functionality in v1.33, ncdu in v1.37, the web GUI in v1.49, fuller VFS caching in v1.53, and self-update support in v1.55.
rclone grew from a cloud-file synchronization utility into a widely packaged cross-platform storage tool. The supplied package-manager data records packages for Homebrew, Chocolatey, Scoop, WinGet, MacPorts, Nix, Alpine, Debian/Ubuntu, Fedora, Arch, and openSUSE ecosystems.
Its official downloads cover Windows, macOS, Linux, BSD variants, Plan 9, and Solaris, while native packages and a single-binary design make it common in servers, containers, NAS systems, and automation.
Users define named remotes with `rclone config`, then use commands such as `copy`, `sync`, `move`, `mount`, and `lsd` against local paths or `remote:path` targets.
The configuration file commonly contains provider login information or refresh tokens. Official documentation recommends restricted permissions and supports configuration encryption; environment variables can also define remotes for ephemeral and containerized use.
rclone is notable for presenting many incompatible object-storage and cloud-drive APIs through one rsync-like command vocabulary. This makes it a practical portability layer for shell scripts and backup jobs.
The combination of copy/sync operations, mounting, client-side encryption, an ncdu-style browser, remote-control APIs, and extensive backend support lets one package replace several provider-specific transfer clients.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
$XDG_CONFIG_HOME/rclone/rclone.conf~/.config/rclone/rclone.conf~/.rclone.conf%APPDATA%\rclone\rclone.confCredential-bearing paths to review before unattended agent runs.
$XDG_CONFIG_HOME/rclone/rclone.conf~/.config/rclone/rclone.conf~/.rclone.conf%APPDATA%\rclone\rclone.confExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
rclone | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/rclone/rclone
Installationsmetadaten
| Paketschlüssel | brew:rclone |
|---|---|
| Version | 1.75.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/rclone |
| Homepage | https://rclone.org/ |
| Repository | https://github.com/rclone/rclone |
| Upstream-Dokumentation | https://rclone.org/ |
| Lizenz | MIT |
| Quellarchiv | https://github.com/rclone/rclone/archive/refs/tags/v1.75.0.tar.gz |
| Zuletzt aktualisiert | 2026-09-12T17:17:23+02:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | Homebrew's installation does not include the `mount` subcommand on macOS which depends on FUSE, use `nfsmount` instead. |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rclone |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
golang-github-rclone-rclone-dev 1.60.1+dfsg-4
go source code of rclone
https://github.com/rclone/rclone
sudo apt install golang-github-rclone-rclone-devrclone 1.60.1+dfsg-4
rsync for commercial cloud storage
https://github.com/rclone/rclone
sudo apt install rclonerclone
nix profile install nixpkgs#rclonegolang-github-rclone-rclone-dev 1.60.1+dfsg-3
go source code of rclone
https://github.com/rclone/rclone
sudo apt install golang-github-rclone-rclone-devrclone 1.60.1+dfsg-3
rsync for commercial cloud storage
https://github.com/rclone/rclone
sudo apt install rclonerclone 1.74.4-r1
Rsync for cloud storage
sudo apk add rclonerclone-bash-completion 1.74.4-r1
Bash completions for rclone
sudo apk add rclone-bash-completionrclone-doc 1.74.4-r1
Rsync for cloud storage (documentation)
sudo apk add rclone-docrclone-fish-completion 1.74.4-r1
Fish completions for rclone
sudo apk add rclone-fish-completionrclone-zsh-completion 1.74.4-r1
Zsh completions for rclone
sudo apk add rclone-zsh-completionrclone 1.75.0-2.fc46
Rsync for cloud storage
https://github.com/rclone/rclone
sudo dnf install rclonerclone 1.75.0-1
rsync for cloud storage
https://github.com/rclone/rclone
sudo pacman -S rclonerclone 1.75.0-1.1
Rsync for cloud storage
sudo zypper install rclonerclone-bash-completion 1.75.0-1.1
Bash Completion for rclone
sudo zypper install rclone-bash-completionrclone-zsh-completion 1.75.0-1.1
Zsh Completion for rclone
sudo zypper install rclone-zsh-completionrclone
sudo port install rcloneQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.