rclone

Manage cloud storage files with rclone commands for S3, Google Drive, Dropbox, B2.

Updated Jun 28, 2022
One-click install
npx skills add https://github.com/pcasaretto/nix-home --skill rclone-pcasaretto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rclone
Source: https://github.com/pcasaretto/nix-home/tree/main/home-manager/modules/common/pi/compound-engineering/skills/rclone
Command: npx skills add https://github.com/pcasaretto/nix-home --skill rclone-pcasaretto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of uploading, syncing, and managing files across various cloud storage providers, eliminating the need for manual file transfers and complex configurations.

Core Features & Use Cases

  • File Uploads & Syncing: Effortlessly upload single files or entire directories to cloud storage.
  • Cloud Storage Management: List contents, sync local directories to remote buckets, and mirror remote storage.
  • Use Case: You need to back up your project's assets folder to Backblaze B2. Use this Skill to sync the local folder to your 'assets' bucket on Backblaze B2, ensuring all new and modified files are uploaded.

Quick Start

Use the rclone skill to upload the local directory '/path/to/my/photos' to the 'photos' bucket on my 'google_drive' 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 directories to cloud storage like S3 or Google Drive?

You can sync local directories to cloud storage by using rclone to upload and mirror files to configured remotes like S3, Google Drive, or Backblaze B2. It matches new and modified files automatically.

What's the best way to back up project assets to Backblaze B2?

Backing up project assets to Backblaze B2 is done by using rclone to sync your local folder to your target B2 bucket. This ensures all new and modified files are uploaded without manual transfers.

Do I need rclone installed and configured before managing remote files?

Yes, rclone must be installed and configured with at least one remote before managing files. This prerequisite allows the Skill to interact with your chosen cloud storage providers for uploads and listings.

Can I list files and directories across different cloud storage providers?

Yes, you can list files and directories across different cloud storage providers. The Skill supports listing contents for services like S3, Google Drive, Dropbox, and Backblaze B2 using rclone.

Does this approach work for both uploading single files and entire directories?

Yes, this approach works for uploading single files and entire directories. It facilitates file management operations including uploading, downloading, syncing, and listing across diverse cloud storage services.

Why use rclone for cloud storage management instead of manual file transfers?

Using rclone eliminates the need for manual file transfers and complex configurations. It simplifies uploading, syncing, and managing files across various cloud storage providers through a command-line interface.