Encryption and copying team drive to gdrive

What is the problem you are having with rclone?

i am trying to create a backup of a encrypted teamdrive to my gsuite account, what i did is use
"rclone sync crypt: gdrive: --drive-server-side-across-configs -P" worked fine and uploaded 750gb but all files that was moved all encrypted, my question is
how do i copy the encryption in the team drive to gsuite so they have same encryption ?

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: windows/amd64
  • go version: go1.13.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

widnows 10 64bit

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

google drive

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

"rclone sync crypt: gdrive: --drive-server-side-across-configs -P"```

You would just use the same passwords/salts as you did in the teamdrive's rclone.conf entry.

You cant server side copy from crypt to crypt though so you'd have to use the unecrypted remotes and copy them.

so the command will be:
rclone sync plex-gdrive: gdrive:backup --drive-server-side-across-configs -P

plex-gdrive being the unencypted remote
and gdrive:backup is the encrypted folder i want to move my files to
is this correct ?

ps thanks for the quick reply

check my reply below

You'd copy the unencrypted remotes to each other so you can server side. It doesn't care if the folder is encrypted and you'd setup the remote that is being copied to so it has the same passwords/salts and it would decrypt it.

So GD1 and GD2 and my crypt folder is GD1:crypt to GD2:crypt

understood
command seem to be working after setting up same pass/salt

thanks again

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