-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gets stuck analyzing D drive #29
Comments
Strange, I was checking as I was experiencing the exact same thing, but I worked out the cause in my situation. Those directories suggest you're likely using this with Unraid, if so, try the following:
The bz scanner doesn't seem to like processing thousands of little files, and unfortunately even though I've excluded those directories manually, it scans them anyway. |
thanks for that, really helped. I checked and it was still analyzing files, i left it for ages.. and i mean like 8 hours.. and it eventually finished analysing. I have had a few "bad_bzdata_permissions" pop ups, but have used the following method to deal with: One question i have, could any point me in the direction to be able to change which version of backblaze is installed, I wanted to give the BETA a go as it seems it may have patched a few of the issues I am having, just unsure how to change which version is installed in wine. Thanks :) - @JonathanTreffler thanks so much for your time on this project!! |
You can download a specific version of the Backblaze Client as described here: #7 (comment) Installing newer versions or downgrading the version is done by downloading the installer into a location the docker has access to (or downloading it using curl or wget from the docker terminal) and running it using the following command in the docker terminal with the path replaced: Then follow the steps of the installer instructions like on the first install. |
I ran into this issue as well, I gave up and map my cache and each drive as their own volume. My current startup command (as posted by UNRAID when I update) is as follows |
I have tried a few different things..
If i have "/mnt/user/" as the D Drive.. on install BackBlaze will get totally stuck on Analyzing (at arround 99%)
If i delete the container, reinstall and set "/mnt/user/SOME FOLDER" it will work fine.
If I do option 2, then change back to "/mnt/user/" re-start the container, add the D drive in BB settings... it will try to analyze but get stuck again at almost done...
Any ideas what might be causing this?
Thanks :)
The text was updated successfully, but these errors were encountered: