JonathanTreffler / backblaze-personal-wine-container

Run the Backblaze personal backup client in a docker container
https://hub.docker.com/r/tessypowder/backblaze-personal-wine
GNU Affero General Public License v3.0
391 stars 33 forks source link

BackBlaze app showing 208 TB of data #179

Closed SC8198 closed 3 months ago

SC8198 commented 3 months ago

Hi,

I got the container to work however it is showing a lot more data to backup than I have. Currently have around 76.7 TB of stuff and the app shows over 208 TB. Any ideas on what might cause this??

I am on the latest build on unraid

traktuner commented 3 months ago

Hey, Do you probably have a system which can do volume snapshots and maybe the container sees those? Can you maybe add more details on your stetup?

SC8198 commented 3 months ago

Yea,

Running unraid 6.12.8 Running Latest Image D: drive in Wine is mapped to /backup_volume/ which is mapped to /mnt/user/ on unraid through docker

Backblaze is set to backup D: and C:

Anything else you wanna know I can get, Thanks

traktuner commented 3 months ago

Thanks! Do you use the snapshot functionality in unraid? Can you try to ssh into your container and check the size of the backup volume with du -sh /backup_volume

Also please note that Backblaze Personal is in no way made for such large amounts of data. The backup will probably be very slow, please keep that in mind.

SC8198 commented 3 months ago

I do understand about the size, I was just doing testing to set it up, most likely going to only pass through important data and not my whole server. I do not use the snapshot functionality. I do have a cache drive that is ZFS what does, however that path isn't in /mnt/user/

image

Seems that the container sees it right.

traktuner commented 3 months ago

I do understand about the size, I was just doing testing to set it up, most likely going to only pass through important data and not my whole server. I do not use the snapshot functionality. I do have a cache drive that is ZFS what does, however that path isn't in /mnt/user/

image

Seems that the container sees it right.

Hey, I would suggest to let the backup running in continuous mode for some days, without any interruption (no restart of the container, etc) and then check the issues tab in the Backblaze app. If you see 68TB from inside the container then the app itself should also see that exact amount. Maybe something is wrong with your drive_c (config folder) which has more in it than the Backblaze installation itself?

SC8198 commented 3 months ago

Okay I will run it for some more time, I don't believe the C drive is mapped to anything that big.

image

I did see that a majority of the space is Other.

traktuner commented 3 months ago

Hey,

Let's check the Backblaze logs to see if we can find anything. They are located in the following directory:

/wine/drive_c/ProgramData/Backblaze/bzdata/bzfilelists/ There is a file called `bigfilelist.dat` Please open it with a text editor. The files and folders are listed from largest to smallest. You should be able to see what accounts for the 137TB there.
SC8198 commented 3 months ago

Sweet thank ya! Ill take a look in a few!

SC8198 commented 3 months ago

Okay I think I found the bad file. It was I believe a Rsync backup that I had ages ago set up and a file in the dir was like 130 TB.

It was the Core file if anyone knows what that is that would be cool.

Also if anyone ever needs the path @traktuner posted, on unraid it's

/config/wine/drive_c/ProgramData/Backblaze/bzdata/bzfilelists

Thank you @traktuner for pointing me in the right direction