You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pulled the latest version from Github and after fiddling around i got it working with backblaze. The only problem i have is that it dosnt seem to be working in parallel. There is only 1 volsize volume created at a time and after the creation the upload is starting. When the upload finished the next volume is created.
Is there any way to make things go parallel? Also if i change --maxFileBuffer to 0 to avoid creating of the volumes on local storage and upload them to backblaze i get error because --maxParallelUploads must be the same as maxFileBuffer but if i set it to 0 nothing works 🗡️
Maybe you can help with that issue - otherwise i am glad i found your cool piece of software ;)
The text was updated successfully, but these errors were encountered:
I pulled the latest version from Github and after fiddling around i got it working with backblaze. The only problem i have is that it dosnt seem to be working in parallel. There is only 1 volsize volume created at a time and after the creation the upload is starting. When the upload finished the next volume is created.
Is there any way to make things go parallel? Also if i change --maxFileBuffer to 0 to avoid creating of the volumes on local storage and upload them to backblaze i get error because --maxParallelUploads must be the same as maxFileBuffer but if i set it to 0 nothing works 🗡️
Maybe you can help with that issue - otherwise i am glad i found your cool piece of software ;)
The text was updated successfully, but these errors were encountered: