What is the problem you are having with rclone?
I'm currently trying to copy a largish file (17GB) from one s3 bucket to another which both reside in the same region. I'm running this in a Kubernetes job running with a pod that has up to 10GB of RAM and 2 vCPUs. It appears that rclone only ever uses up 8MB of memory and practically no CPU. I wasn't sure if this was because it was a remote to remote transfer or something involved with my settings.
Ultimately, it doesn't appear to affect the copy speed at all no matter how much I play with transfers, s3-upload-concurrency, or s3-chunk-size. The copy always seems to take around 10-12 minutes.
What is your rclone version (output from rclone version)
rclone v1.52.3
- os/arch: linux/amd64
- go version: go1.14.7
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy s3:bucket1/dir/file.txt s3:bucket2/dir/ --transfers 16 --s3-chunk-size 64M --s3-upload-concurrency 16 --log-level DEBUG
The rclone config contents with secrets removed.
- name: RCLONE_CONFIG_S3_TYPE
value: s3
A log from the command with the -vv flag
https://pastebin.com/BYTgFZin