hello community
I've been using rclone for a long time and now have to move a gsuite drive. I use encryption for the data. Is it possible to use rclone to copy the data directly from one gsuite drive to another gsuite drive?
Without it being downloaded, decrypted, encrypted and uploaded again?
I want to copy all data from gdrive4 to gdrive 3
Regards
What is your rclone version (output from rclone version)
rclone v1.51.0
Which OS you are using and how many bits (eg Windows 7, 64 bit)
debian10 x64
os/arch: linux/amd64
go version: go1.13.7
Which cloud storage system are you using? (eg Google Drive)
If you want to change the password/salt for the encryption, the only way is to download and upload it again.
If you want to keep everything the same, you can just copy from the source to destination directly but not using the crypt and that would work as well.
So in my example, I have a GD:crypt where my crypt points to and I can copy GD:crypt to newGD:crypt instead of poing to my gcrypt: remote which is encrypted one.
error:
2021/03/21 19:00:55 ERROR : /root/.cache/rclone/cache-backend/gcache4.db: Error opening storage cache. Is there another rclone running on the same remote? failed to open a cache connection to "/root/.cache/rclone/cache-backend/gcache4.db": timeout
2021/03/21 19:00:56 ERROR : /root/.cache/rclone/cache-backend/gcache4.db: Error opening storage cache. Is there another rclone running on the same remote? failed to open a cache connection to "/root/.cache/rclone/cache-backend/gcache4.db": timeout
2021/03/21 19:00:56 Failed to create file system for "gcrypt4:/archive_0day/1980": failed to make remote "gcache4:/crypt" to wrap: failed to start cache db: failed to open a cache connection to "/root/.cache/rclone/cache-backend/gcache4.db": timeout