rclone copy ~/Documents/backup gdrive:backup2025 Copy report.pdf from an S3 bucket (remote named mys3 ) to your local Downloads folder:
rclone copy mys3:my-bucket/report.pdf ~/Downloads/ Add the -u (update) flag to skip files that are newer on the destination:
rclone copy /local/pics onedrive:pictures -v --progress Copy all files except .tmp and .log files: