// rclone control plane
Move buckets between
Cloudflare R2 endpoints,
without babysitting it.
Define source and destination R2 connections, queue migration jobs, and let an rclone worker on your own machine pick them up over a secure API. Live progress, retries, and logs in one place.
01
Connections
Store R2 endpoints (account ID, access key, secret). Secrets are AES-256-GCM encrypted at rest.
02
Jobs
Pick source + destination, set prefix, sync or copy. Watch bytes, files, rate and ETA tick up live.
03
Worker
One bash command on your VPS. Polls the API, runs rclone with the right config, streams stats back.