Increase parallel connections #817
-
Hi and thanks for the great app! I would love to increase the number of parallel connections to my webdav backup repo. The restic docs say there is a command line option for this: https://restic.readthedocs.io/en/latest/047_tuning_backup_parameters.html How would I go about setting this up in backrest? The restic conf talks about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're on the right track here I believe, but I think the docs are actually talking about the backend type, in this case you're using
also qq: I'm seeing |
Beta Was this translation helpful? Give feedback.
You're on the right track here I believe, but I think the docs are actually talking about the backend type, in this case you're using
rclone
so I believe the right flag to set in your repo options would be.-o rclone.connections=5
also qq: I'm seeing
-o
as the prefix rather than-c
from your example, where did you get-c
from? https://restic.readthedocs.io/en/stable/047_tuning_backup_parameters.html#backend-connections