rclone

Upload, synchronize, and manage files across cloud storage providers with rclone.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill rclone-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/rclone
Command: npx skills add https://github.com/JesusFilm/core --skill rclone-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Move and manage files across cloud storage providers without manual, repetitive commands, enabling reliable backups, media distribution, and data synchronization.

Core Features & Use Cases

  • Upload files and directories to remote storage (S3, Drive, Dropbox, etc.) with parallel transfers
  • Sync and mirror local folders to remote storage, with resume for interrupted transfers
  • Verify integrity using checksums and support for multipart uploads for large files
  • Use Case: back up a photo library to cloud storage and keep multiple remotes in sync automatically

Quick Start

Install rclone, configure a remote with rclone config, and run a simple copy to the configured remote.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync local folders to cloud storage providers like S3 and Google Drive?

You can sync local folders to cloud storage by configuring remotes for S3 or Google Drive and running a sync operation. This mirrors directories to remote storage and automatically resumes interrupted transfers.

What is the best way to move large datasets across different cloud storage providers?

Moving large datasets across cloud storage providers is best handled using parallel transfers with multipart uploads. This method manages large files efficiently and verifies data integrity using checksums after the transfer completes.

Can I verify data integrity after uploading files to remote storage?

Yes, you can verify data integrity after uploading files to remote storage by enabling checksum verification. This confirms that uploaded files match the source data exactly across all configured cloud providers.

Do I need to manually configure each cloud storage remote before transferring files?

Yes, you must configure each cloud storage remote before transferring files. This setup defines connection parameters for services like Dropbox, ensuring automated and parallel transfers route to the correct destination.

How does a dry-run check work when synchronizing files to cloud storage?

A dry-run check simulates file synchronization to cloud storage without making actual changes. It tests transfer logic against configured remotes to preview which files would be uploaded, synced, or skipped.