Cloud Files (rclone)
- `rclone sync` deletes files on destination — use `rclone copy` if unsure
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-files
description: Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.
tags: [files, cloud, sync, backup, storage]
---
# Cloud Files (rclone)
```bash
# List configured remotes
rclone listremotes
# List files in a remote
rclone ls remote:path
rclone lsd remote:path # directories only
# Copy files to/from cloud
rclone copy local/path remote:path
rclone copy remote:path local/path
# Sync (make remote match local — deletes extra files on remot...
Full prompt length: 1267 characters
Tools & Technologies
- Azure