Jump to content rclone copy example
View in the app

A better way to browse. Learn more.

rclone copy example
Forum PSX Extreme

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rclone Copy Example – Ad-Free

rclone copy /local/pics onedrive:pictures -v --progress Copy all files except .tmp and .log files:

rclone copy dropbox:myfiles gdrive:dropbox-mirror rclone copy /home/data b2:mybucket --dry-run Common flags used with rclone copy | Flag | Description | |------|-------------| | -u, --update | Skip files that are newer on the destination | | -v | Verbose logging | | --progress | Show transfer progress | | --dry-run | Perform a trial run | | --exclude | Exclude files matching pattern | | --include | Include only files matching pattern | | -P | Same as --progress | | --transfers N | Run N file transfers in parallel (default 4) | | --ignore-existing | Skip all files that already exist at destination | Important note rclone copy will not delete files from the destination that are missing from the source. If you need mirroring (deleting extra files at destination), use rclone sync instead. Would you like a version tailored to a specific use case, like backups or media syncing? rclone copy example

rclone copy ~/Documents/backup gdrive:backup2025 Copy report.pdf from an S3 bucket (remote named mys3 ) to your local Downloads folder: rclone copy ~/Documents/backup gdrive:backup2025 Copy report

rclone copy /var/log gdrive:logs-backup --exclude "*.tmp" --exclude "*.log" Copy between two different cloud providers (e.g., from Dropbox to Google Drive): like backups or media syncing?

rclone copy mys3:my-bucket/report.pdf ~/Downloads/ Add the -u (update) flag to skip files that are newer on the destination:

rclone copy -u /home/user/data dropbox:backup See what’s happening in real-time and show transfer progress:

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.