| 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)
rclone listremotes
rclone ls remote:path
rclone lsd remote:path
rclone copy local/path remote:path
rclone copy remote:path local/path
rclone sync local/path remote:path
rclone move local/path remote:path
rclone ncdu remote:path
rclone mount remote:path /mnt/cloud --daemon
rclone check local/path remote:path
rclone about remote:
Setup
Run rclone config to add remotes. Supports:
- Google Drive, S3, Dropbox, OneDrive, Backblaze B2
- Azure Blob, SFTP, FTP, WebDAV
- 70+ providers total
Guidelines
rclone sync deletes files on destination — use rclone copy if unsure
- Always confirm before sync operations that delete remote files
- Use
--dry-run flag to preview what would change
- Use
rclone check to verify files match without transferring