(sync)How to split an account into multiple accounts?

source : GD drive (25TB) (but the singal folder size > 5TB )

Destination: onedrive (5TB) x 5 = 25TB

How to split(sync) an account into multiple accounts?

Thanks

rclone sync gdrive:folder1 onedrive1:folder1
rclone sync gdrive:folder2 onedrive2:folder2
....
....
rclone sync gdrive:folder5 onedrive5:folder5

Your rclone.conf would look like:

[gdrive]
[onedrive1]
[onedrive2]
[onedrive3]
[onedrive4]
[onedrive5]

1 "master" gdrive account
5 "sync" onedrive accounts

when the singal folder size is big than 5tb how to sync?

I would think you can use the union wrapper but I haven’t tried.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.