OpenDAL S3 only with 50Mbit/s Upload #1284
-
I'm currently testing S3 remote repositories and I'm comparing restic with rustic. I'm doing tests with the initial backup of about 10GB and different compression schemes. After inital backup, I also do a test restore. Now after checking my data, rustic seems to be exactly half as fast as restic. When checking my prometheus data, it becomes clear:
Is there anything I can configure for OpenDAL, which might have limited it that way? I have searched the S3 service documentation, but I cannot find anything for limit/max connections. Is there something else, I'm overlooking? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey, thanks for opening that topic. To understand it right, you are comparing restic+rclone vs rustic w/opendal? Would you be able to do another measurement with rustic+rclone to understand on which side the issue might be? |
Beta Was this translation helpful? Give feedback.
Ok, I had been successfully now with a docker container and v0.9.1, yields full speed for about 100Mbit/s.
After building the docker container again with v0.7.0, I got the old result of 50Mbit/s. Seems like a real version problem there.