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
374 stars 35 forks source link

New Docker create doesn't Seem to start and install #173

Closed sbcrumb closed 2 months ago

sbcrumb commented 2 months ago

docker run -p 8080:5800 --init --name backblaze_personal_backup -e FORCE_LATEST_UPDATE=true -e DISABLE_AUTOUPDATE=false -e WINEARCH=win32 -e WINEPREFIX=/config/wine32 -v "/srv/mergerfs/backblaze/:/drive_d/" -v "/srv/mergerfs/Data/Docker-Data/backblaze/:/config/" tessypowder/backblaze-personal-wine:latest

Sorry having an issue formating it. https://pastebin.com/mELZrVGE

traktuner commented 2 months ago

Hey @sbcrumb the environment variables WINEARCH and WINEPREFIX are not supported. Those are set by us, and if you overwrite them by environment variables, the installation won't work. Please stop the container, completely remove the contents of your config folder and start the container again without the variables above.

sbcrumb commented 2 months ago

Ok thanks I did try that today here is my docker command and the output So I tried the run command again but adding in the force update and I am doing through the setup process right now. docker run \ -p 8080:5800 \ --init \ --name backblaze_personal_backup \ -e FORCE_LATEST_UPDATE=true \ -v "/srv/mergerfs/backblaze/:/drive_d/" \ -v "/opt/blaze/:/config/" \ tessypowder/backblaze-personal-wine:latest

docker run \ -p 8080:5800 \ --init \ --name backblaze_personal_backup \ -v "/srv/mergerfs/backblaze/:/drive_d/" \ -v "/opt/blaze/:/config/" \ tessypowder/backblaze-personal-wine:latest

https://pastebin.com/h9Z8sfcW

traktuner commented 2 months ago

Hey, thank you for the logs! I created a PR to fix this issue.