Linode - Having issue when uploading files above 5gb

Hey i just setup backup for my hestiacp control panel using linode bucket

when i create backup above 5gb i get this error

– SUMMARY –
2024-01-13 12:04:41 Upload With Rclone to linode: admin.2024-01-13_12-04-41.tar
2024/01/13 12:04:59 INFO : S3 bucket test: Bucket “test” created with ACL “authenticated-read”
2024/01/13 12:05:17 ERROR : admin.2024-01-13_12-04-41.tar: Failed to copy: multi-thread copy: failed to write chunk: failed to upload chunk 2 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx0000023a1b7b30dc05a96-0065a27c7d-1e514201-default, host id:
2024/01/13 12:05:17 ERROR : Attempt 1/3 failed with 1 errors and: multi-thread copy: failed to write chunk: failed to upload chunk 2 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx0000023a1b7b30dc05a96-0065a27c7d-1e514201-default, host id:
2024/01/13 12:05:36 ERROR : admin.2024-01-13_12-04-41.tar: Failed to copy: multi-thread copy: failed to write chunk: failed to upload chunk 2 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx00000434bbfc5b708cb36-0065a27c90-1e5271d3-default, host id:
2024/01/13 12:05:36 ERROR : Attempt 2/3 failed with 1 errors and: multi-thread copy: failed to write chunk: failed to upload chunk 2 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx00000434bbfc5b708cb36-0065a27c90-1e5271d3-default, host id:
2024/01/13 12:05:55 ERROR : admin.2024-01-13_12-04-41.tar: Failed to copy: multi-thread copy: failed to write chunk: failed to upload chunk 1 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx00000b54b63e87beda1db-0065a27ca3-1e538165-default, host id:
2024/01/13 12:05:55 ERROR : Attempt 3/3 failed with 1 errors and: multi-thread copy: failed to write chunk: failed to upload chunk 1 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx00000b54b63e87beda1db-0065a27ca3-1e538165-default, host id:
2024/01/13 12:05:55 INFO :
Transferred: 129.031 MiB / 129.031 MiB, 100%, 839.993 KiB/s, ETA 0s
Errors: 1 (retrying may help)
Elapsed time: 56.6s

2024/01/13 12:05:55 Failed to copy: multi-thread copy: failed to write chunk: failed to upload chunk 1 with 104857600 bytes: NoSuchUpload:
status code: 404, request id: tx00000b54b63e87beda1db-0065a27ca3-1e538165-default, host id:
Error: Unable to upload backup

i asked this on hestiacp forum but they said ask help from here so any one know fix for this ?

my config :

[linode]
type = s3
provider = Other
access_key_id = xxxxx
secret_access_key = xxxxxxxxx
endpoint = xxxxxxxx
acl = authenticated-read
chunk_size = 2Gi

Please answer all questions from the template. Nobody can guess what is your rclone version and what command you are running.

welcome to the forum,

i would test the following:

  1. make sure to use latest stable, v1.65.1
  2. remove chunk_size = 2Gi
  3. add --multi-thread-cutoff=0

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