rclone

Automate file transfers and backups across cloud storage providers using rclone.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill rclone-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/rclone
Command: npx skills add https://github.com/drhazemibclc/plate --skill rclone-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates file transfers and backups across cloud storage providers using rclone to reduce manual juggling of remotes and data movement.

Core Features & Use Cases

  • Upload, sync, and manage files across cloud providers (S3, Google Drive, Cloudflare R2, etc.)
  • Schedule automated backups and two-way mirroring between local directories and remote storage
  • Use Case: Push a local media library to a remote bucket and keep it synchronized with changes on your local machine.

Quick Start

Configure a remote and run a copy command to push a local folder to a cloud remote.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I automate cloud file transfers and backups across multiple storage providers?

You can automate cloud file transfers and backups across providers like S3, Google Drive, and Cloudflare R2 by configuring storage remotes and running copy commands to push local directories to remote buckets.

What is the best way to sync local directories with cloud storage?

The best way to sync local directories with cloud storage is using automated two-way mirroring. This keeps your local machine and remote storage synchronized with changes, reducing manual juggling of remotes and data movement.

Does rclone work with Cloudflare R2 and Amazon S3 for file synchronization?

Yes, rclone works with Cloudflare R2, Amazon S3, and Google Drive for file synchronization. It supports remote configuration for these providers to manage uploads, maintain mirrors, and execute safe operations with common flags.

How do I configure a remote storage connection before pushing files to the cloud?

To configure a remote storage connection before pushing files, you set up the specific provider credentials and endpoints. Once configured, you can run a copy command to transfer a local folder directly to your cloud remote.

What limitations or precautions should I consider when running cloud storage mirroring operations?

When running cloud storage mirroring operations, consider safe operation practices by using common flags and error handling. Proper configuration is required to prevent data loss during two-way synchronization between local systems and remote storage.