forked from DinCahill/RcloneBrowser
-
Notifications
You must be signed in to change notification settings - Fork 226
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
select folder we want to copy (test in our example) and click Download
now only select and copy (ctrl-C) value from Source field then click Cancel
go to Google remote
chose folder where we want to upload data (test1) and click Upload
now instead of selecting file/folder from local drive we just paste (ctrl-V) OneDrive connection string into Source field
As soon as we press Run our test folder from Onedrive will be copied to GoogleDrive test1 folder.