rclone

Transfer and synchronize files across cloud storage providers using rclone.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/CristoVentures/LocalCents --skill rclone-cristoventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/CristoVentures/LocalCents/tree/main/.agent/skills/rclone
Command: npx skills add https://github.com/CristoVentures/LocalCents --skill rclone-cristoventures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates cross-cloud file transfer and synchronization, eliminating manual uploads and remote management hassles.

Core Features & Use Cases

  • Cross-provider file transfer and directory synchronization across S3, Cloudflare R2, Backblaze B2, Google Drive, and Dropbox to keep remotes in sync.
  • Manage multiple remotes and providers with simple, repeatable workflows for backups and media distribution.
  • Safe, resumable transfers with retry, checksum verification, and optional chunked uploads for large files.

Quick Start

Install rclone, configure a remote, and run a basic upload to verify a transfer.

Frequently Asked Questions about rclone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync files between Google Drive and S3?

To sync files between Google Drive and S3, you configure both as remotes and execute a directory synchronization command. This workflow mirrors data across cloud storage providers, keeping remotes in sync safely with checksum verification.

Can I resume interrupted cloud storage uploads for large files?

Yes, cloud storage uploads support resumable transfers with automatic retry and optional chunked uploads for large files. This ensures interrupted data transfers complete successfully without starting over or corrupting your media publishing workflows.

What is the best way to automate multi-cloud backups across providers?

The best way to automate multi-cloud backups is using repeatable command-based workflows that transfer files across S3, Cloudflare R2, Backblaze B2, and Dropbox. This eliminates manual uploads and manages multiple remotes for safe data distribution.

Does cross-cloud file transfer work with Dropbox and Backblaze B2?

Yes, cross-cloud file transfer works with Dropbox and Backblaze B2, alongside S3, Cloudflare R2, and Google Drive. You configure the required remotes, then move or mirror files between providers using standard transfer operations.

How do I configure a new remote before running a file transfer?

To configure a new remote before running a file transfer, you install the command-line interface and set up provider credentials. Once configured, you run a basic upload to verify the transfer and validate the remote connection.

Why use command-based synchronization instead of manual file uploads?

Command-based synchronization eliminates manual remote management hassles by automating cross-cloud data movement. It applies checksum verification and retry logic to transfers, ensuring backups and media distribution remain consistent across multiple storage providers.