Restart rclone copy

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

Can i stop an rclone session copying to backblaze(using ctrl+c), change the transfer number and then restart the rclone copy. My internet might not have a 1gb bandwith
but its taking forever to upload to backblaze. The files are uploading with Ki/s not Mb/s. Also is there anything else i can do to speed up the upload.

I initially tried
rclone copy local_drive b2:bucket_name/folder_name --progress --transfer 100 but everything got slow. I read the documentation and know about the ram usage but i was expecting faster upload speed.

Run the command 'rclone version' and share the full output of the command.

Rclone version
rclone v1.69.1

  • os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
  • os/kernel: 10.0.17763.7009 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.24.0
  • go/linking: static
  • go/tags: cmount

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

Backblaze

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy local_drive b2:bucket_name/folder_name --progress --transfer 50

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[b2]
type = b2
account = XXX
key = XXX

A log from the command that you were trying to run with the -vv flag

Paste  log here

Yes. What was copied already won't be copied again.

Start with default values first. 100 transfers is probably far too much.

Thank you. I will start with a transfer value of 15

i am still getting upload speed of Ki/s

It unlikely has anything to do with rclone but rather with your network performance to B2 servers.

You could try to force IPv4 connectivity only by adding --bind 0.0.0.0 or IPv6 by adding --bind ::0.