rclone

Automate cross-provider file transfers and cloud storage management with rclone.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill rclone-asktinnguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/rclone
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill rclone-asktinnguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines cross-provider file transfers and cloud storage management, reducing manual upload work and ensuring consistent synchronization across S3, Google Drive, Dropbox, and other remotes.

Core Features & Use Cases

  • Upload single files or directories to a cloud remote to back up data quickly.
  • Sync local folders to a remote as a mirror, enabling reliable backups and archiving across providers.
  • Configure and verify remotes, test connectivity, and validate transfers to prevent data loss.
  • Use Case: Migrate a local project folder to S3-compatible storage and maintain ongoing sync with a remote.

Quick Start

Configure a remote with rclone config, then upload a file to the remote using the copy command

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync a local folder to cloud storage as a mirror backup?

Sync local folders to a cloud remote as a mirror to enable reliable backups and archiving across providers. This ensures consistent synchronization across S3, Google Drive, and Dropbox without manual uploads.

Can I transfer large files to cloud storage if the connection drops?

Chunked and resumable uploads handle large files to prevent data loss during cross-provider transfers. You can also run a dry-run check beforehand to validate transfers and verify connectivity.

What is the best way to migrate data to S3-compatible storage from a local directory?

The best way to migrate data to S3-compatible storage is automating cross-provider file transfers from a local directory. This approach covers multi-provider workflows, allowing you to upload project folders and maintain ongoing sync with the remote.

Does this approach support configuring cloud remotes before transferring files?

Yes, you can configure and verify remotes using rclone config before transferring files. This tests connectivity and validates transfers to prevent data loss across popular cloud storage providers.

How do I back up single files or directories to a cloud remote quickly?

Back up single files or directories to a cloud remote to save data quickly. Automating cross-provider file transfers reduces manual upload work and ensures your files are consistently synced.