rclone

Automate file transfers and synchronization to cloud storage using rclone.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill rclone-rafayelgardishyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/RafayelGardishyan/rafayels-marketplace/tree/main/plugins/rafayels-engineering/.opencode/skills/rclone
Command: npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill rclone-rafayelgardishyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Uploads, syncs, and manages files across cloud storage providers using rclone to automate transfers and backups.

Core Features & Use Cases

  • Uploads to S3-compatible storages and other providers (Google Drive, Dropbox, Cloudflare R2, Backblaze B2).
  • Syncs local folders with remote storages and supports reliable large-file transfers with retries and chunking.
  • Use Case: Regularly back up a media library to remote storage to ensure offsite redundancy and quick access.

Quick Start

Test your remote configuration by listing remotes and perform a basic upload to a configured remote.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I automate syncing local folders to cloud storage?

You can sync local folders to cloud storage by configuring a remote connection and using rclone sync commands to mirror directories, applying transfer options like chunking and retries for reliable backups.

Can I upload large files to S3-compatible storage with retries and chunking?

Uploading large files to S3-compatible storage supports chunking and automatic retries to handle interruptions, ensuring reliable transfers of media libraries or backup archives to remote remotes.

Does rclone work with Google Drive and Dropbox for backing up media libraries?

Rclone works with Google Drive, Dropbox, and S3-compatible storages to back up media libraries, requiring proper remote configuration to establish the connection before transferring files.

What is the best way to mirror folders to cloud storage for offsite redundancy?

Mirroring folders to cloud storage for offsite redundancy is best achieved by using rclone sync to match the source directory to the destination, ensuring quick access and consistent backups.

How do I configure a remote before performing a basic upload to cloud storage?

Configuring a remote involves setting up the connection parameters for your specific provider, after which you can test the setup by listing remotes and performing a basic file upload.