Question about union

What is the problem you are having with rclone?

I have 1gdrive unlimited with 5tb data n consist 5 folder 1tb each.
so i want mirror to my 5 onedrive,1tb each (encrypt).
can i use union remote to combine n mount those 5onedrive together so it will has structure like original gdrive data?

Run the command 'rclone version' and share the full output of the command.

Which cloud storage system are you using? (eg Google Drive)

Onedrive and google drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

It sounds like you want something like the combine backend rather than the union backend, but which one you want will depend on what you want the directory structure to look like.

Can you be more specific about what you want the directory structure to look like? Do you want a directory for each drive?

drive1 (directory with)
`- contents of drive 1
drive2
`- contents of drive 2
drive3
`- contents of drive 3

Or do you want (all in the same directory)

contents of drive 1
contents of drive 2
contents of drive 3

A directory for each drive would be perfect for combine backend (which is still in development) try this

All in the same directory is what the union backend does.

let say my original google drive
googledrive -folder1,folder2,folder3,folder4,folder5
onedrive1-folder1
onedrive2-folder2
onedrive3-folder3
onedrive4-folder4
onedrive5-folder5
so i want combine those onedrive folder into 1,so when i mount it actually same like original googledrive.
i want all in the same directory.maybe combine remote is what im looking at

might run multiple mounts

rclone mount onedrive1:folder1 /path/to/mountpoint/folder1
rclone mount onedrive2:folder2 /path/to/mountpoint/folder2
rclone mount onedrive3:folder3 /path/to/mountpoint/folder3

does it all in 1 folder?

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