Copy or Sync server-side from TeamDRive to Gdrive

What is the problem you are having with rclone?

When i try to copy from remote (teamdrive) to remote (gdrive) with:

rclone copy -v --drive-alternate-export --drive-server-side-across-configs gdrive-042: --drive-root-folder-id "0AF0DTumt" gdriveCl:\UNODE50\Reporting

The copy is made at the source and not at the destination.

What is your rclone version (output from rclone version)

rclone v1.51.0-273-g1a8c5708-beta

  • os/arch: windows/386
  • go version: go1.14.2

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

Windows 10, 64 bit

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

Google Drive and Team drive

[gdrive-042]
type = drive
client_id = 19380.apps.googleusercontent.com
client_secret = KDx
scope = drive
token = {"access_token":"ya29.a0A-,"token_type":"Bearer","refresh_token":"1//03kIVCHv","expiry":"2020-05-13T11:21:31.5436438+02:00"}
team_drive = 0AEe5T5Rw
server_side_across_configs = true

[gdriveCl]
type = drive
client_id = 193802.apps.googleusercontent.com
client_secret = KDx
scope = drive
token = {"access_token":"ya29.a0A","token_type":"Bearer","refresh_token":"1//0337ah","expiry":"2020-05-13T11:14:08.1312619+02:00"}
root_folder_id = 0AN0O
server_side_across_configs = true

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

<paste command here>

rclone copy -v --drive-alternate-export --drive-server-side-across-configs gdrive-042: --drive-root-folder-id "0AF0DTumt" gdriveCl:\UNODE50\Reporting

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Can you share a log of the copy with debug?

Of course:
https://1drv.ms/u/s!Auy3FGVo9j4ihXux5GVzo1Omh-Ex?e=X7tRGZ

Can you share a rclone ls of the source and destination that would show the problem?

From the log, I'd expect:

2020/05/13 12:29:56 DEBUG : rclone: Version "v1.51.0-273-g1a8c5708-beta" starting with parameters ["rclone" "copy" "-vv" "--drive-alternate-export" "--drive-server-side-across-configs" "gdrive-042:" "--drive-root-folder-id" "0AIaLx1sAxYLLUk9PVA" "gdriveCl:\\UNODE50"]

a rclone ls on gdriveCl:\UNODE50 to show a few example files like:

2020/05/13 12:30:01 DEBUG : 15BB8000: MD5 = bf619eac0cdf3f68d496ea9344137e8b OK
2020/05/13 12:30:01 INFO  : 15BB8000: Copied (server side copy)
2020/05/13 12:30:03 DEBUG : APP.doc: MD5 = f5822b71adebfa4a0900a16f5ad9090d OK
2020/05/13 12:30:03 INFO  : APP.doc: Copied (server side copy)

How would you see a duplicate on the source?

The copy was made in the gdrive-042 source in a UNODE50 folder and not in gdriveCl:\UNODE50

Can you share the rclone ls as I am having a hard time reading your screen :slight_smile:

It is too long because i have too many folders. Do you want it?

Why are copying it in origin and not in destination?¿

I just shared two examples of files to check and share output in my previous post.

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