Remote to Remote stucks regularly

What is the problem you are having with rclone?

When copying from GDrive to DropBox(encrypted) it takes very long (about 20min) to 'start' with the uploads.

It is not doing anything, not even the logs (-vvv) show anything in that time.
When I stop and start again, the same happens.

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

rclone v1.63.0
- os/version: debian trixie/sid (64 bit)
- os/kernel: 6.3.0-2-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.5
- go/linking: static
- go/tags: none

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

Google Drive (read)
DropBox:encrypted (write)

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

rclone copy GDrive:/ DB_ENC: -P --drive-chunk-size 256M

The rclone config contents with secrets removed.

[GDrive]
type = drive
client_id = ###redacted###
client_secret = ###redacted###
scope = drive
token = {"access_token":"###redacted###","token_type":"Bearer","refresh_token":"###redacted###","expiry":"2023-07-08T15:49:49.488364571+02:00"}
team_drive =

[DROPBOX]
type = dropbox
token = {"access_token":"###redacted###","token_type":"bearer","refresh_token":"###redacted###","expiry":"2023-07-08T16:11:21.799495318+02:00"}

[DB_ENC]
type = crypt
remote = DROPBOX:/SHARE
password = ###redacted###
password2 = ###redacted###

A log from the command with the -vv flag

Comming soon.

After about 20min of waiting it starts uploading a bunch of files, then stops again.
I will provide the log with -vvv as soon as I can.
Btw: this happened for bit-lengths of the password. From 128b to 1024b.

Thanks in advance!

For the start create client_id/secret - it is must for dropbox - details here. When done delete DROPBOX from config and create it again providing client_id/secret

Thanks, I just scipped the client_id & secret and authenticated via weblink. Worked nicely.
I will try to again set up an APP and test witht he app again.

Thanks for your feedback!

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