rclone

CLI

Sync files to and from cloud storage (S3, GCS, Dropbox, etc.).

rsync for cloud storage — supports 40+ providers including S3, GCS, Dropbox

3 curated recipes · not yet executed by the harness#cloud#sync#s3#backup

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Configure a cloud remote

~97% est.
rclone config

Sync local to S3 bucket

~95% est.
rclone sync ./local remote:bucket-name
Common failures (1)
  • Access deniedEnsure IAM permissions for s3:PutObject and s3:ListBucket

List files in remote

~98% est.
rclone ls remote:bucket-name

Install

Homebrewbrew install rclone
Scriptcurl -fsSL https://rclone.org/install.sh | sh

Agent notes

When to use
Syncing or backing up files to/from cloud storage
Quick examples
  • rclone sync ./local remote:bucket
  • rclone 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.

Homepage ↗Repository ↗MIT0 views