Skip to content

How to transfer data between two remotes

kapitainsky edited this page Sep 25, 2019 · 2 revisions

With rclone-browser data can be transferred not only to/from local drive to cloud but also between two cloud remotes. Perfect when we either create additional backup or migrate data from one cloud to another.

Let's say we want to transfer folder from OneDrive to Google Drive.

We go to OneDrive remote

alt text

select folder we want to copy (test in our example) and click Download

alt text

now only select and copy (ctrl-C) value from Source field then click Cancel

alt text

go to Google remote

alt text

chose folder where we want to upload data (test1) and click Upload

alt text

now instead of selecting file/folder from local drive we just paste (ctrl-V) OneDrive connection string into Source field

alt text

As soon as we press Run our test folder from Onedrive will be copied to GoogleDrive test1 folder.

Clone this wiki locally