Copy between two different cloud providers (e.g., from Dropbox to Google Drive):
The rclone copy command is used to copy files from a source to a destination while skipping files that are already identical at the destination. Rclone +1 Basic Command Syntax bash rclone copy source:path dest:path [flags] Use code with caution. Copied to clipboard Common Examples Local to Cloud rclone copy example
Add the -u (update) flag to skip files that are newer on the destination: Copy between two different cloud providers (e
Here is an example of using the rclone copy command with options and flags: rclone copy example
rclone copy /local/pics onedrive:pictures -v --progress
rclone copy /path/to/local/my_folder gdrive:/remote/path/ --recursive