[Support] selfhosters.net's Template Repository


Recommended Posts

I'm trying to setup invoice ninja but the container doesn't start. The logs show the following error:

 

  Exit Code: 1(General error)                                                  
                                                                               
  Working directory: /var/www/app                                              
                                                                               
  Output:                                                                      
  ================                                                             
                                                                               
                                                                               
  Error Output:                                                                
  ================                                                             
  ERROR 2005 (HY000): Unknown server host '192.168.1.177:3306' (-2)       

 

 

Anyone know what is going wrong here? TIA    
                                                                           

Edited by rama3124
Link to comment

Hello,

I installed the Backblaze docker from tessypowder and I cannot see my shares or drives inside Backblaze. Am I supposed to map my shares somewhere in the settings?

When I try to check the Z drive on the attached screenshot, I get "Backblaze could not create a read-writable '.bzvol' directory on that drive."

I'm at a loss on how to backup my media storage on the array.

Any thoughts?

 

Screenshot 2023-08-06 132617.jpg

Link to comment

(Backblaze Personal Backup) I'm still unsure where I am making a mistake. I cannot get drive_d to show up in the GUI. I have C which is check marked and Z which cannot be clicked. I have "/mnt/user/HomeMedia/" in the edit page. I've reinstalled multiple times including deleting the Dockers folder.

 

W Unraid I almost never have issues but when I do it's usually due to mapping drives etc. How else can I get my data to show up so I can back it up?

Edited by bobvilla
Link to comment
On 8/6/2023 at 3:16 PM, trurl said:

Post docker run command 

docker run
  -d
  --name='Backblaze_Personal_Backup'
  --net='bridge'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="Backblaze_Personal_Backup"
  -e 'SECURE_CONNECTION'='0'
  -e 'TZ'='Etc/UTC'
  -e 'DISPLAY_WIDTH'='657'
  -e 'DISPLAY_HEIGHT'='473'
  -e 'VNC_PASSWORD'=''
  -e 'X11VNC_EXTRA_OPTS'=''
  -e 'ENABLE_CJK_FONT'=''
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:5800]/'
  -l net.unraid.docker.icon='https://www.backblaze.com/pics/cloud-blaze.png'
  -p '5802:5800/tcp'
  -p '5902:5900/tcp'
  -v '/mnt/user/HomeMedia/':'/drive_d/':'rw'
  -v '/mnt/user/appdata/Backblaze_Personal_Backup':'/config':'rw'
  --init 'tessypowder/backblaze-personal-wine'

bfb21.....

 

Link to comment

[Backblaze_Personal_Backup] When I upgraded Unraid from 6.11.x to 6.12.x (currently on 6.12.3), Backblaze_Personal_Backup just stopped seeing anything to back up in the /drive_d/ share (which is set to /mnt/user/), which caused Backblaze to nuke the multi-terabyte backup I had before I realized the docker went kaput. I've tried uninstalling, reinstalling, uninstalling some more, deleting the docker appdata and the .bzdata folders then reinstalling, but all to no avail; the D drive does show in the Backblaze settings in the docker and I can even see the all of the correct directories under /mnt/user/ mapped to Backblaze's D drive when I go to exclude folders from the backup, but the main screen basically shows absolutely nothing to backup. 

 

590854930_Screenshot2023-08-14235511.png.eb8777332fe74a25604714949124f5de.png

 

1868183869_Screenshot2023-08-14235304.png.674ff312bfd293308c024c12b99cabdf.png

 

58730533_Screenshot2023-08-14235348.png.402627f061c1840e08542c837ac48bcf.png

 

845594125_Screenshot2023-08-14235421.png.ff7f93758357e39769690f7dbf6ca722.png

 

The docker run log:

 

docker run
  -d
  --name='Backblaze_Personal_Backup'
  --net='bridge'
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="*********"
  -e HOST_CONTAINERNAME="Backblaze_Personal_Backup"
  -e 'SECURE_CONNECTION'='0'
  -e 'TZ'='America/Chicago'
  -e 'DISPLAY_WIDTH'='657'
  -e 'DISPLAY_HEIGHT'='473'
  -e 'VNC_PASSWORD'=''
  -e 'X11VNC_EXTRA_OPTS'=''
  -e 'ENABLE_CJK_FONT'=''
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:5800]/'
  -l net.unraid.docker.icon='https://www.backblaze.com/pics/cloud-blaze.png'
  -p '5805:5800/tcp'
  -p '5905:5900/tcp'
  -v '/mnt/user/':'/drive_d/':'rw'
  -v '/mnt/user/appdata/Backblaze_Personal_Backup':'/config':'rw'
  --init 'tessypowder/backblaze-personal-wine'
3d5be5c3286526b80989a38744d67ba9280497dd1823ce395cdb39193ff94bf8

The command finished successfully!

 

Edit (8/15/23): After reinstalling Backblaze_Personal_Backup last night and it still not working through this morning, I had to shut down Unraid to do some hardware stuff this afternoon; when I got Unraid started back up, Backblaze_Personal_Backup started working again as it should and is backing my /mnt/user/ stuff up as we speak. I have no idea what happened and if the Unraid shutdown/restart was what did got things working again, but I'll take what I can get ;-) 

Edited by TedStriker
Problem resolved itself
Link to comment
5 minutes ago, Taako said:

[Backblaze Personal]

 

Is there a way to mount different shares to different dives? I'd like each share to have its own drive letter in Personal Backup. Otherwise i have to just mount `/mnt/user/` to `drive_d` and there are shares i dont want to back up

You shouldn't need to; see my post above for a screenshot. While in the docker, go into the Backblaze settings to "Exclusions" and add folders that are in the D drive you don't want to backup; save and, if all else is well, Bob's your uncle.

Link to comment
38 minutes ago, bobvilla said:

How did you get it to even see your "drive_d" I cannot even get it to see it. I've reinstalled 3 or 4 times and each time deleted it's appdata folder too. I'm about to give up and just use an external drive lol.

 

All I've ever done is leave the default mapping of /mnt/user/ to /drive_d/ in the docker settings; the issue I was having for weeks after going to 6.12.x until just earlier this afternoon was while I could see the /mnt/user/ folders in the D drive in the Settings->Exclusions tab and could even set folders to exclude, Backblaze didn't see any actual data to back up (again, till I shut down/restarted this afternoon).

 

It may be a stupid question, but have you tried these troubleshooting steps (scroll towards the bottom)?

https://hub.docker.com/r/tessypowder/backblaze-personal-wine

 

Quote

The backup folder mounted as drive D is not being backed up

 

Explanation: Depending on when you added drive D to your wine configuration, the Backblaze installer might not recognize it

 

Solution:

Open the Backblaze settings
In the section "Hard Drives" in the first tab "Settings" enable the checkbox for next to the drive D:\


Still not working:

Run

docker exec --user app Backblaze_Personal_Backup ls -la /config/wine/dosdevices/

(Note: this command is run in Unraid's console, not the docker's console. Also, I capitalized the docker name in that command, as the docker currently available through Community Apps is titled that way by default. - TedStriker)


The output should look like this:

  drwxr-xr-x 2 app app 4096 Jan 16 13:43 .
  drwxr-xr-x 4 app app 4096 Jan 16 14:08 ..
  lrwxrwxrwx 1 app app   10 Jan 16 13:43 c: -> ../drive_c
  lrwxrwxrwx 1 app app   10 Jan 16 13:43 d: -> /drive_d/
  lrwxrwxrwx 1 app app    1 Jan 16 13:43 z: -> /


If it doesn't look like above try step 10 - 11 again

 

 

Edited by TedStriker
Link to comment
10 minutes ago, bobvilla said:

I'll look through the troubleshooting again but it hasn't helped. Maybe I've mapped my media drive too deep into the folders, maybe I should just set it to /mnt/data/ like you did. I'll give it a shot.

 

Thanks!

Oops, the default /drive_d/ mapping is to /mnt/user/, not /mnt/data/; corrected above. Refresh my previous post for that correction, as well as a couple of more clarifications.

Edited by TedStriker
Link to comment
On 8/6/2023 at 11:34 AM, Beardown27 said:

Hello,

I installed the Backblaze docker from tessypowder and I cannot see my shares or drives inside Backblaze. Am I supposed to map my shares somewhere in the settings?

When I try to check the Z drive on the attached screenshot, I get "Backblaze could not create a read-writable '.bzvol' directory on that drive."

I'm at a loss on how to backup my media storage on the array.

Any thoughts?

 

Screenshot 2023-08-06 132617.jpg

 

I'm hitting the exact same issue...

 

 

My docker run command is

Quote

 

docker run

-d

--name='Backblaze_Personal_Backup'

--net='bridge'

-e TZ="America/Los_Angeles"

-e HOST_OS="Unraid"

-e HOST_HOSTNAME="Omega"

-e HOST_CONTAINERNAME="Backblaze_Personal_Backup"

-e 'SECURE_CONNECTION'='0'

-e 'TZ'='Etc/UTC'

-e 'DISPLAY_WIDTH'='657'

-e 'DISPLAY_HEIGHT'='473'

-e 'VNC_PASSWORD'=''

-e 'X11VNC_EXTRA_OPTS'=''

-e 'ENABLE_CJK_FONT'=''

-l net.unraid.docker.managed=dockerman

-l net.unraid.docker.webui='http://[IP]:[PORT:5800]/'

-l net.unraid.docker.icon='https://www.backblaze.com/pics/cloud-blaze.png'

-p '5800:5800/tcp'

-p '5900:5900/tcp'

-v '/mnt/user/':'/drive_d/':'rw'

-v '/mnt/user/appdata/Backblaze_Personal_Backup':'/config':'rw'

--init 'tessypowder/backblaze-personal-wine'

730cd099e90cf713a94a78157d0a560fb31fab29a92555a1646e24f45b80f5b6

 

 

Screenshot 2023-08-16 at 8.40.06 PM.png

 

 

 

also for some reason its showing as drive Z not D

 

EDIT:

figured it out, i missed the installation step to do

`ln -s /drive_d/ /config/wine/dosdevices/d:`

 

in the docker. Now it sees drive D map directly!

Edited by Taako
Link to comment
1 hour ago, Taako said:

 

I'm hitting the exact same issue...

 

 

My docker run command is

 

Screenshot 2023-08-16 at 8.40.06 PM.png

 

 

 

also for some reason its showing as drive Z not D

 

EDIT:

figured it out, i missed the installation step to do

`ln -s /drive_d/ /config/wine/dosdevices/d:`

 

in the docker. Now it sees drive D map directly!

I remember that in the install but maybe I didn't do it correctly. Where did you place that line? In the extra param section? Thanks!

Link to comment
9 hours ago, bobvilla said:

I remember that in the install but maybe I didn't do it correctly. Where did you place that line? In the extra param section? Thanks!

 

I went into the docker container itself and executed it. Click on the container icon, then click "Console". Execute within the window that pops up

Link to comment
12 hours ago, Taako said:

 

I went into the docker container itself and executed it. Click on the container icon, then click "Console". Execute within the window that pops up

Thanks for the help I got it figured out now!!!! I can see D drive in the UI but it scans the files and stops with a tiny bit remaining. Do I let this run hours for around 4tb of files? I left it before for 4 hours and it was hadn't finished.

Link to comment
10 hours ago, bobvilla said:

Thanks for the help I got it figured out now!!!! I can see D drive in the UI but it scans the files and stops with a tiny bit remaining. Do I let this run hours for around 4tb of files? I left it before for 4 hours and it was hadn't finished.

 

I just restarted when it hung and it let me past

 

EDIT: It seems it let me past but it did not work properly to back up. Instead i re-installed the container (deleting the appdata) and did not do the symbolic link until after it had gotten to the back up page. then i did the symbolic link and restarted the container. It took some time to scan the new drive so i left it running over night, now in the morning its backing up

Edited by Taako
Link to comment
On 8/17/2023 at 8:28 AM, Taako said:

It seems there is still *some* issue and im not sure where if its going to be problemtic or not.

 

Whenever i start the server i get this error about permissions issue for C:/ProgramData/Backblaze/bzdata/bzreports

 

Does anyone know how to resolve this? Docker run command is that same as i posted in my earlier comment

 

 

Screenshot 2023-08-17 at 8.23.32 AM.png

 

im still seeing this pop-up frequently. Anyone know how to resolve?

 

backups seem to be working for my D drive

Link to comment
5 hours ago, Taako said:

 

im still seeing this pop-up frequently. Anyone know how to resolve?

 

backups seem to be working for my D drive

After fixing my drive_d I get these warnings too. I remember the first guide I followed when trying setup mentioned to put a folder in the exclusions tab but now I can't find that guide.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.