rclone
CLISync files to and from cloud storage (S3, GCS, Dropbox, etc.).
rsync for cloud storage — supports 40+ providers including S3, GCS, Dropbox
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Configure a cloud remote
rclone configSync local to S3 bucket
rclone sync ./local remote:bucket-nameCommon failures (1)
- Access deniedEnsure IAM permissions for s3:PutObject and s3:ListBucket
List files in remote
rclone ls remote:bucket-nameInstall
Homebrew
brew install rcloneScript
curl -fsSL https://rclone.org/install.sh | shAgent notes
- When to use
- Syncing or backing up files to/from cloud storage
- Quick examples
rclone sync ./local remote:bucketrclone ls remote:bucket
Use from an agent
curl -s https://clihub.com/api/tools/rclone | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug rclone on the MCP server at https://clihub.com/mcp.