rclone

Transfers and synchronizes files between cloud backends using rclone.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill rclone-folly-partners
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/Folly-Partners/claudesync/tree/main/plugins/cache/every-marketplace/compound-engineering/2.23.1/skills/rclone
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill rclone-folly-partners

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines cross-storage file transfers by enabling reliable upload, synchronization, and management of files across cloud backends using rclone. It eliminates manual, repetitive transfers when moving data between services like S3, Google Drive, Dropbox, and more.

Core Features & Use Cases

  • Upload single files or directories to a chosen remote storage (S3, GDrive, Dropbox, etc.).
  • Synchronize local folders with cloud destinations to keep backups up-to-date.
  • Manage credentials and remotes securely via rclone configuration for repeatable workflows.
  • Use case: back up a project directory overnight to S3 and keep a mirror on Google Drive.

Quick Start

Install rclone on your system, configure at least one remote with rclone config, and run the rclone-based workflow described in this Skill. Then use the setup checker script at scripts/check_setup.sh to verify installation and remotes.

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 my local computer and cloud storage like S3 or Google Drive?

File synchronization with rclone keeps local directories and cloud remotes in sync by comparing files and transferring only changes. Configure rclone with your cloud credentials, then use `rclone sync` to mirror folders bidirectionally or one-way, automating backups and redundancy across S3, Google Drive, Dropbox, and other supported backends.

What cloud storage services does rclone support for uploads and backups?

Rclone supports 150+ cloud backends including S3, Google Drive, Dropbox, OneDrive, Azure Blob Storage, and many others. You configure each remote with credentials via `rclone config`, then upload or sync files to any configured destination, enabling multi-cloud backup strategies and cross-platform file management.

Do I need to install rclone separately, or does this Skill include it?

Rclone must be installed on your system independently; this Skill provides workflows and scripts to use it. The setup checker script verifies your rclone installation and remote configurations are ready before running upload, sync, and check operations.

Can I back up an entire project directory to multiple cloud services at once?

Yes. Configure multiple remotes in rclone, then run separate `rclone sync` commands or scripts to replicate your project directory to S3, Google Drive, and other destinations simultaneously, creating redundant backups across different cloud providers in a single workflow.

What should I do if rclone sync or upload operations fail or behave unexpectedly?

Use `rclone check` to verify file integrity between source and destination, review rclone logs for permission or connection errors, and confirm remote credentials are valid via `rclone config`. The setup checker script also diagnoses common installation and configuration issues before operations run.

How do I securely manage cloud credentials when syncing files with rclone?

Rclone stores encrypted credentials in its config file after you run `rclone config` interactively. Store the config in a secure location, use environment variables for sensitive values if needed, and restrict file permissions to prevent unauthorized access to your cloud authentication data.