rclone

Automate file uploads, syncs, and management across cloud storage providers with rclone.

Updated May 20, 2022
One-click install
npx skills add https://github.com/andrewhwaller/dotfiles --skill rclone-andrewhwaller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/andrewhwaller/dotfiles/tree/main/opencode/skills/rclone
Command: npx skills add https://github.com/andrewhwaller/dotfiles --skill rclone-andrewhwaller

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

rclone uploads, syncs, and manages files across cloud storage providers, enabling automated transfers between local and remote storage and simplifying backups and cross-provider workflows.

Core Features & Use Cases

  • Upload single files to a remote storage bucket or folder.
  • Sync directories to keep local and remote mirrors in sync.
  • List remote contents and perform dry-run checks before transfers.
  • Use cases include backups, media hosting, and cross-provider data archiving.

Quick Start

Install rclone if needed, configure at least one remote with rclone config, and verify that you can list remotes with rclone listremotes.

Frequently Asked Questions about rclone

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

FAQPage Schema
How do I sync local directories to cloud storage automatically?

You can automate cloud file syncing by using rclone to mirror local directories to remote storage providers like S3 or Dropbox, keeping both locations updated. The Skill supports copy, sync, and check operations for automated directory transfers.

What is the best way to transfer files between different cloud storage providers?

The best way to transfer files between cloud storage providers is using rclone for cross-provider data archiving. It manages files across remotes like S3, Drive, and Dropbox, enabling direct server-to-server transfers without downloading files locally first.

Can I run a dry-run check before syncing files to a remote bucket?

Yes, you can run a dry-run check before syncing files to a remote bucket. The Skill supports listing remote contents and performing dry-run checks, allowing you to verify transfer operations before any actual data is moved or overwritten.

Do I need to configure a remote before uploading files to cloud storage?

Yes, you need rclone installed and configured with at least one remote before uploading files. You must set up your storage providers using rclone config and verify the connection with rclone listremotes before initiating any file transfer operations.

Does rclone work with S3, Google Drive, and Dropbox for automated backups?

Yes, rclone works with S3, Google Drive, Dropbox, and other cloud storage providers for automated backups. It enables uploading, syncing, and managing files across these remotes to simplify cross-provider backup workflows and media hosting.