Possible to copy crypt to crypt diffrent td's

if u want clone u need to do both --crypt-server-side-across-configs drive- --drive-server-side-across-configs

take a look at the last debug log, used only --server-side-across-configs
INFO : file.ext: Moved (server-side)

i prefer to see what real name of file.
btw i dont see any documentation about --server-side-across-configs

There is some documentation for --server-side-across-configs in the main docs.

what different with --drive-server-side-across-configs?

Hi again,

I have run into some issues : /usr/bin/rclone copy tcrypt:TV-NON-SUBS tv_crypt:TV-NON-SUBS -vv --server-side-across-configs -vv

I have it in screen on my server. but I get this output : 2023/02/01 16:48:14 ERROR : Beyond Oak Island (2020) [tvdb:391519]/Season 01/Beyond Oak Island (2020) S01E05 [WEB-DL]-Cinefeel.mkv: Failed to copy: failed to make directory: googleapi: Error 404: File not found: 0AMe0hScTU2nZUk9PVA., notFound

hi again,

404 is a common issue, have you searched the forum?

sorry, beyond that, i do not have experience with multiple TD.

Hi,

Have searched alittle but not found the answer yet to how to fix it.

EDIT:

Think I got it running again, by adding my users to the new TD :slight_smile:

Hmm I have SA's I have added this line under my:

[tv]
type = drive
client_id = xxxx
client_secret = xxxx
scope = drive
token = xxxx
team_drive = xxxx
service_account_file = /opt/sa/all/1.json

But I get : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded) DEBUG : pacer: Rate limited, increasing sleep to 16.524727948s

Without knowing what you are running, it's tough to tell.

If you are using a service account, you don't need a client ID/secret as it uses it's own.

If you are making changes, you'd want to reauthorize it.

If you get an error, you need to share the full command and output that you are running.

A few 403s may or may not be normal depending on what you are running.

Hi,

If you are meaning what OS it's ubuntu 22.04

If you are making changes, you'd want to reauthorize it.

  • I have allready some SA's on my gdrive account under "service accounts"

This is the full command /usr/bin/rclone copy tcrypt:TV-NON-SUBS tv_crypt:TV-NON-SUBS -vv --server-side-across-configs

And get this:

2023/02/01 18:53:25 DEBUG : Encrypted drive 'tv_crypt:TV-NON-SUBS': Waiting for transfers to finish
2023/02/01 18:53:26 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:26 DEBUG : pacer: Rate limited, increasing sleep to 1.512731979s
2023/02/01 18:53:26 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:26 DEBUG : pacer: Rate limited, increasing sleep to 2.513599716s
2023/02/01 18:53:26 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:26 DEBUG : pacer: Rate limited, increasing sleep to 4.161341329s
2023/02/01 18:53:26 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:26 DEBUG : pacer: Rate limited, increasing sleep to 8.300911701s
2023/02/01 18:53:26 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:26 DEBUG : pacer: Rate limited, increasing sleep to 16.249436221s
2023/02/01 18:53:28 DEBUG : pacer: low level retry 5/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:28 DEBUG : pacer: Rate limited, increasing sleep to 16.578764245s
2023/02/01 18:53:44 DEBUG : pacer: low level retry 5/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:53:44 DEBUG : pacer: Rate limited, increasing sleep to 16.993249743s
2023/02/01 18:54:01 DEBUG : pacer: low level retry 5/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023/02/01 18:54:01 DEBUG : pacer: Rate limited, increasing sleep to 16.319771837s

You only can upload so much per day so you ran out of quota it looks like.

Well thats where SA's helps right ? or am I wrong ?

Not that I am aware of the quotas are the quotas.

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