| name | rclone |
| description | Use this skill when the user wants to sync files to/from cloud storage. |
Rclone Plugin
rsync for cloud storage - sync files to/from Google Drive, S3, Dropbox, and 70+ other providers.
Commands
File Operations
rclone file copy — Copy files to/from cloud storage
rclone file sync — Sync source to destination (one-way)
rclone file list — List files in remote
Configuration
rclone config list — List configured remotes
Usage Examples
- "rclone file copy --source local/path --destination remote:path"
- "rclone file sync --source local/dir --destination gdrive:backup"
- "rclone file list --path gdrive:documents"
Installation
curl https://rclone.org/install.sh | sudo bash
brew install rclone
Examples
rclone copy /local/path remote:path
rclone sync /local/dir remote:backup
rclone ls remote:path
rclone config list
rclone copy remote:path /local/path
rclone check source dest
rclone mount remote:path /mnt/point
Key Features
- Supports 70+ cloud storage providers
- MD5/SHA-1 hash checking for file integrity
- Timestamps preserved
- Multi-threaded downloads
- Optional encryption (Crypt)
- Optional compression (Compress)
- FUSE mount support
- HTTP/WebDAV/FTP/SFTP serving
- Bandwidth limiting
- Partial syncs supported