-
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
Backblaze is not backing up the available data #61
Comments
I've just deleted the docker config folder and set it up completely new. Same result :-( |
I am having the same issue on a Synology 1221+ after updating to 7.2. The container has access and can see my folders/files but the backblaze client won't upload them. UPDATE: I was able to get this to work on DSM 7.2 by having the config and drive_d folders on the same volume as my media. Previously it was installed on my NVMe volume with the rest of my docker containers but for some reason it does not work for me since 7.2 update when on a different volume. |
very similar issue here, files show up fine in wine explorer or a file picker in backblaze, but backblaze sees drive d, but no files get picked up. I'm also using uid 0 gid 0 |
I cannot help with issues on Synology, as I do not have a machine to test it on, but good luck to everybody. |
I should add that I'm not using Synology, just a proxmox lxc running docker |
Having same issue here, previously suggested solution didnt work. |
I got to work with Synology by execuing into the container and chowning the symlink for drive_d to app instead of root. Also, I used the ubuntu18 image instead of latest. DS1621+ |
Which file? /drive_d, /config/wine/dosdevices/d: ? tried both but both are still owned by root:root. Im using user_ID and group_Id of 0 else it wont start.
all files show in the "exclusions" file selector, and are accessible by the "app" user |
That might be it, I believe you have to mount a Synology shared folder. Also, go exec into your container and do a |
Makes no difference sadly, also tried changing the APP_USER to root with no luck. |
I'm running this container on my Synology DS 1621+ with DSM 7.2. I've reinstalled my machine and decided also to start fresh with the backblaze backup. On my "old" setup before I've mapped every "shared folder" to an individual drive which worked just fine. Now I'd like to just use /volume1:/drive_d/ which should work also fine, right?!
I'm using the root user since my "normal" docker is not able to create files (at least the backblaze gui is prompting that).
docker-compose.yml
Drive D is available and selected in the gui:
I've no idea what the problem is.
If I select the drive D, the amount of files and data of "selected for backup" increased but just only to 7GB. There are 14TB waiting to be uploaded...
Any ideas? Help would be highly appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: