Recommendation to copy files > 350GB to dropbox

Hi, I'm trying to copy an encrypted directory from google suite to dropbox but I believe some of the files (tar zipped) have exceeded the dropbox max file size of 350GB, is there anyway to get around? Thanks.

What is the problem you are having with rclone?

Trying to copy files more than 350GB but less than 450GB from google suite to dropbox

rclone version 1.62.2

rclone copy -cvv --retries=5 --bind IPadddress --disable-http2 --drive-impersonate user@somedomain --transfers=48 --checkers=48 --dropbox-batch-mode sync --dropbox-chunk-size 64M --drive-chunk-size 64M --tpslimit=10 --tpislimit-burst 0 --timeout=10m --contimeout=15m google:path dropbox:path

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

Google Drive to Dropbox

DEBUG : pacer: low level retry 1/10 (error too_large/...)
pacer: Rate limited, increasing sleep to 20ms
Received error: upload failed: too_large/ - low level retry 1/10

Have a look at this remote overlay:

Ahh thanks for the suggestion, will take a look and give it a try. Initially I thought by indicating --dropbox-chunk-size as a flag will be somewhat similar guess I was wrong :). Cheers!

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