What is the problem you are having with rclone?
I'm doing a server side copy from my old remote to new remote in the same dropbox account. This is to fix another issue related to long filenames.
The server side copy is being rate limited due to error too_many_write_operations/.
I tried reducing number of transfers to 1 and it seems to have fixed the issue, at the cost of extremely slow transfers. Since, I have a large number of small files, it's not really a solution.
(Note that I'm being rate limited with larger files as well >1Gb)
I also saw that there's an open issue to fix this with batch uploads, but I don't see any traction there since last 2 years. Are there any updates?
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/version: debian 10.13 (64 bit)
- os/kernel: 4.19.0-22-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy --server-side-across-configs oldcrypt: newcrypt: --tpslimit 5 --tpslimit-burst 5 --transfers 3
(well below the recommended TPS of 10, and default transfer of 5`
The rclone config contents with secrets removed.
[oldcrypt]
type = crypt
remote = dropbox:folder-old
password = <REDACTED>
[newcrypt]
type = crypt
remote = dropbox:folder-new
password = <REDACTED>
filename_encoding = base32768
A log from the command with the -vv flag
2023-06-04 14:42:14 INFO : FILE1: Copied (server-side copy)
2023-06-04 14:42:16 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...)
2023-06-04 14:42:16 DEBUG : pacer: Rate limited, increasing sleep to 91.227882ms
2023-06-04 14:42:17 DEBUG : pacer: Reducing sleep to 68.420911ms
2023-06-04 14:42:17 INFO : FILE2: Copied (server-side copy)
2023-06-04 14:42:17 DEBUG : pacer: Reducing sleep to 51.315683ms
2023-06-04 14:42:17 INFO : FILE3: Copied (server-side copy)
2023-06-04 14:42:19 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...)
2023-06-04 14:42:19 DEBUG : pacer: Rate limited, increasing sleep to 102.631366ms
2023-06-04 14:42:19 DEBUG : pacer: Reducing sleep to 76.973524ms
2023-06-04 14:42:19 INFO : FILE4: Copied (server-side copy)
2023-06-04 14:42:21 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/...)
2023-06-04 14:42:21 DEBUG : pacer: Rate limited, increasing sleep to 153.947048ms
2023-06-04 14:42:21 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/..)
2023-06-04 14:42:21 DEBUG : pacer: Rate limited, increasing sleep to 307.894096ms
2023-06-04 14:42:21 DEBUG : pacer: Reducing sleep to 230.920572ms
2023-06-04 14:42:21 INFO : FILE5: Copied (server-side copy)
2023-06-04 14:42:24 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/...)
2023-06-04 14:42:24 DEBUG : pacer: Rate limited, increasing sleep to 461.841144ms
2023-06-04 14:42:24 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/..)
2023-06-04 14:42:24 DEBUG : pacer: Rate limited, increasing sleep to 923.682288ms
2023-06-04 14:42:24 DEBUG : pacer: Reducing sleep to 692.761716ms
2023-06-04 14:42:24 INFO : FILE6: Copied (server-side copy)
2023-06-04 14:42:29 DEBUG : pacer: Reducing sleep to 519.571287ms
2023-06-04 14:42:29 INFO : FILE7: Copied (server-side copy)
2023-06-04 14:42:29 DEBUG : pacer: Reducing sleep to 389.678465ms
2023-06-04 14:42:29 INFO : FILE8: Copied (server-side copy)
2023-06-04 14:42:30 DEBUG : pacer: Reducing sleep to 292.258848ms
2023-06-04 14:42:30 INFO : FILE9: Copied (server-side copy)
2023-06-04 14:42:32 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/)
2023-06-04 14:42:32 DEBUG : pacer: Rate limited, increasing sleep to 584.517696ms
2023-06-04 14:42:32 DEBUG : pacer: low level retry 1/10 (error too_many_write_operations/)
2023-06-04 14:42:32 DEBUG : pacer: Rate limited, increasing sleep to 1.169035392s
2023-06-04 14:42:32 DEBUG : pacer: Reducing sleep to 876.776544ms
2023-06-04 14:42:32 INFO : FILE10: Copied (server-side copy)
2023-06-04 14:42:35 DEBUG : pacer: low level retry 2/10 (error too_many_write_operations/.)
2023-06-04 14:42:35 DEBUG : pacer: Rate limited, increasing sleep to 1.753553088s
2023-06-04 14:42:35 DEBUG : pacer: Reducing sleep to 1.315164816s
2023-06-04 14:42:35 INFO : FILE11: Copied (server-side copy)
2023-06-04 14:42:37 DEBUG : pacer: Reducing sleep to 986.373612ms
2023-06-04 14:42:37 INFO : FILE12: Copied (server-side copy)
2023-06-04 14:42:38 DEBUG : pacer: Reducing sleep to 739.780209ms
2023-06-04 14:42:38 INFO : FILE13: Copied (server-side copy)