Hi everyone. I'm a new user of Rclone forum (I've used Rclone for a time) and I'm having my first annoying problem (probably caused by my lack of knowledge).
What is the problem you are having with rclone?
Transfer big files 50Gb + from S3 bucket to another s3 bucket doesn't starts
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.0
- os/version: amazon 2023 (64 bit)
- os/kernel: 6.1.61-85.141.amzn2023.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync accountA:bucket1/xxxx/file_1_bak.csv accountA:bucket1/xxxx/file_1_bak.csv --stats=10s -vv --stats-one-line --s3-disable-checksum --s3-chunk-size=5G
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[accountA]
type = s3
provider = AWS
env_auth = true
region = eu-west-1
location_constraint = eu-west-1
acl = bucket-owner-full-control
bucket_acl = private
server_side_encryption = AES256
A log from the command that you were trying to run with the -vv
flag
I'll put part of the log because sensitive information, if more lines are needed I'll provide it deleting some parts.
<7>DEBUG : file_1_bak.csv: Need to transfer - File not found at Destination
<7>DEBUG : file_1_bak.csv: Starting multipart copy with 11 parts
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
<6>INFO : 0 B / 48.123 GiB, 0%, 0 B/s, ETA -
Thank you so much for your help