[Resolved] Rclone serve restic not respecting number of transfers paramter

I'm not sure if it's a bug, but the github issues template suggested I post here.
I think I have a bug, but not sure.

What is the problem you are having with rclone?

I'm using restic with rclone.
I modified restic so that it will read multiple files at once, but it seems like rclone will only transfer 4 files at a time even though I specified --transfers 8

This is my restic args:
-o rclone.args="serve restic --stdio --bwlimit 12M --verbose --drive-use-trash=false --drive-chunk-size 64M --transfers 8

What is your rclone version (output from rclone version)

rclone v1.51.0
- os/arch: linux/amd64
- go version: go1.13.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian 9, 64bit

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

Google drive

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

git/restic/restic -o rclone.program="/usr/bin/rclone" \
  -o rclone.args="serve restic --stdio --bwlimit 12M --verbose  --drive-use-trash=false --drive-chunk-size 64M --transfers 8" \
  -r rclone:office_backup:/restic backup /srv/c0675653-8496-436f-8f08-02e4626ae9f0 --verbose -o rclone.connections=128

Not an rclone bug.

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